Ejemplo n.º 1
0
        public static void ReCaclSound()
        {
            EditorInstance = EditorWindow.GetWindow <SoundSystemEditorWindow>(false, "SoundEditor", true);
            EditorInstance.Show();

            AdjustAll();
            ExportConfig();
        }
Ejemplo n.º 2
0
 static void OpenSoundSystemEditor()
 {
     EditorInstance = EditorWindow.GetWindow <SoundSystemEditorWindow>(false, "SoundEditor", true);
     EditorInstance.Show();
 }