public static void ExportMod() { var singleton = new EditorScriptableSingleton <ExportSettings>(); Export.ExportMod(singleton.instance); }