Exemplo n.º 1
0
    static void ExportAllScenes()
    {
        ExportCommands cmd = new ExportCommands("Export all scenes");

        cmd.ExportAllScenes();
        EditorUtility.ClearProgressBar();
    }
Exemplo n.º 2
0
    static void ExportAllScenes()
    {
        ExportCommands cmd = new ExportCommands("Export all scenes");

        cmd.ExportAllScenes();
    }
Exemplo n.º 3
0
 static void ExportAllScenes()
 {
     ExportCommands cmd = new ExportCommands("Export all scenes");
     cmd.ExportAllScenes();
     EditorUtility.ClearProgressBar();
 }
Exemplo n.º 4
0
 static void ExportAllScenes()
 {
     ExportCommands cmd = new ExportCommands();
     cmd.ExportAllScenes();
 }