Add files via upload

This commit is contained in:
Geri 2021-01-08 18:01:14 +01:00 committed by GitHub
parent 310f5c8838
commit 7046716893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 5 deletions

View file

@ -170,6 +170,7 @@ public class ToolsEditor{
progressBar.gameObject.AddComponent<LoadingProgressBar>();
}
#if UNITY_2019_3_OR_NEWER
[MenuItem("Assets/Create/Tools/Create Menu Scene")]
static void CreateMenuScene(){
EditorSceneManager.SaveOpenScenes();
@ -528,4 +529,5 @@ public class ToolsEditor{
}
}
#endregion
#endif
}