public static void ShowWindow()
        {
            IconCreatorWindow editorWindow = EditorWindow.GetWindow <IconCreatorWindow>("Simple Icon Creator");

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

            editorWindow.Show();
        }