Ejemplo n.º 1
0
 private void OnEnable()
 {
     exportSettings       = new EditorScriptableSingleton <ExportSettings>();
     exportSettingsEditor = UnityEditor.Editor.CreateEditor(exportSettings.instance) as ExportSettingsEditor;
     assemblyEditor       = new AssemblyEditor();
     artifactEditor       = new ArtifactEditor();
     exportEditor         = new ExportEditor();
 }
Ejemplo n.º 2
0
        public static void ExportMod()
        {
            var singleton = new EditorScriptableSingleton <ExportSettings>();

            Export.ExportMod(singleton.instance);
        }
Ejemplo n.º 3
0
 private void OnEnable()
 {
     exportSettings       = new EditorScriptableSingleton <ExportSettings>();
     exportSettingsEditor = UnityEditor.Editor.CreateEditor(exportSettings.instance);
 }