public static void ProjectSetupTool() { ProjectSetupEditor.InitializeWindow(); }
/// <summary> /// Initializes the window to show in the editor /// </summary> public static void InitializeWindow() { Editor = EditorWindow.GetWindow <ProjectSetupEditor>("Project Setup"); Editor.Show(); }