static public void Init() { window = (EditorPlusConfig)EditorWindow.GetWindow(typeof(EditorPlusConfig)); window.title = "Config"; window.minSize = new Vector2(200, 300); }