static void ExportAllScripts() { ExportCommands cmd = new ExportCommands("Export all scripts"); cmd.ExportAllScripts(); EditorUtility.ClearProgressBar(); }
static void ExportAllScripts() { ExportCommands cmd = new ExportCommands("Export all scripts"); cmd.ExportAllScripts(); }
static void ExportAllScripts() { ExportCommands cmd = new ExportCommands(); cmd.ExportAllScripts(); }