Example #1
0
 static void Init()
 {
     UnityEditor.EditorWindow window = GetWindow(typeof(TagsEditor), true);
     window.CenterOnMainWin();
     window.Show();
 }