public static void ShowWindow() { IconCreatorWindow editorWindow = EditorWindow.GetWindow <IconCreatorWindow>("Simple Icon Creator"); editorWindow.minSize = new Vector2(512, 512); editorWindow.Show(); }
public static void ShowWindow() { IconCreatorWindow editorWindow = EditorWindow.GetWindow <IconCreatorWindow>("Simple Icon Creator"); editorWindow.Show(); }