Skip to content

Commit 04adf8a

Browse files
committed
Added installer as conditional compile
1 parent ec6a54f commit 04adf8a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

MLAPI-Editor/MLAPIEditor.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
using System;
1+
#if INCLUDE_INSTALLER
2+
using System;
23
using System.Collections;
34
using System.Collections.Generic;
45
using System.IO;
@@ -674,4 +675,5 @@ public static Rect GetEditorMainWindowPos()
674675
}
675676
throw new NotSupportedException("Can't find internal main window. Maybe something has changed inside Unity");
676677
}
677-
}
678+
}
679+
#endif

0 commit comments

Comments
 (0)