public static void Create() { // Get existing open window or if none, make a new one: TextSceneWindow window = (TextSceneWindow)EditorWindow.GetWindow(typeof(TextSceneWindow)); window.title = "TextScene Build Settings"; window.Show(); window.LoadSettings(); }
public static void OpenWindow() { TextSceneWindow.Create(); }