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 39940c9 commit 393429aCopy full SHA for 393429a
MLAPI-Editor/MLAPIEditor.cs
@@ -1,5 +1,4 @@
1
-#if INCLUDE_INSTALLER
2
-using System;
+using System;
3
using System.Collections;
4
using System.Collections.Generic;
5
using System.IO;
@@ -675,5 +674,4 @@ public static Rect GetEditorMainWindowPos()
675
674
}
676
throw new NotSupportedException("Can't find internal main window. Maybe something has changed inside Unity");
677
678
-}
679
-#endif
+}
0 commit comments