Example #1
0
 static void ShowWindow()
 {
     instance = (SkillsWindow)EditorWindow.GetWindow <SkillsWindow>();
     instance.titleContent = new GUIContent("Skills Editor");
 }