|
@@ -26,10 +26,10 @@ public class SDKSettings : EditorWindow {
|
|
|
[MenuItem("SDK/ProjectSettings")]
|
|
|
static void Init() {
|
|
|
if(window == null) {
|
|
|
- window = EditorWindow.GetWindow(typeof(SDKSettings));
|
|
|
- window.autoRepaintOnSceneChange = true;
|
|
|
- window.minSize = new Vector2(720, 420);
|
|
|
- window.maxSize = new Vector2(720, 420);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
static bool isQualityApply = true;
|