Exemplo n.º 1
0
 public static void OpenWindow()
 {
     if (Instance == null)
     {
         Instance = EditorWindow.GetWindow <KEngineInstallerEditor>(true, "KEngine Installer");
     }
     Instance.Show();
 }
Exemplo n.º 2
0
 public static void OpenWindow()
 {
     if (Instance == null)
     {
         Instance = EditorWindow.GetWindow<KEngineInstallerEditor>(true, "KEngine Installer");
     }
     Instance.Show();
 }