We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6a54f commit 04adf8aCopy full SHA for 04adf8a
MLAPI-Editor/MLAPIEditor.cs
@@ -1,4 +1,5 @@
1
-using System;
+#if INCLUDE_INSTALLER
2
+using System;
3
using System.Collections;
4
using System.Collections.Generic;
5
using System.IO;
@@ -674,4 +675,5 @@ public static Rect GetEditorMainWindowPos()
674
675
}
676
throw new NotSupportedException("Can't find internal main window. Maybe something has changed inside Unity");
677
-}
678
+}
679
+#endif
0 commit comments