fix error message
This commit is contained in:
Родитель
5cb52c8ee6
Коммит
8864ff34d1
|
@ -282,7 +282,6 @@ namespace Unity.UIWidgets.engine {
|
|||
|
||||
void DisableUIWidgets() {
|
||||
Debug.Log("Please change graphic api for UIWidgets.\n" +
|
||||
"Metal for iOS and MacOS.\n" +
|
||||
"Direct3D11 for Windows\n" +
|
||||
"Vulkan for Android\n");
|
||||
UIWidgetsDisabled = true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче