Browse Source

删除设置

胡佳骏 1 year ago
parent
commit
e88416ca26
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Samples~/SDK/Common/Base/Editor/BuildSettings/SDKSettings.cs

+ 4 - 4
Samples~/SDK/Common/Base/Editor/BuildSettings/SDKSettings.cs

@@ -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);
+          //  window = EditorWindow.GetWindow(typeof(SDKSettings));
+          //  window.autoRepaintOnSceneChange = true;
+          //  window.minSize = new Vector2(720, 420);
+           // window.maxSize = new Vector2(720, 420);
         }
     }
     static bool isQualityApply = true;