Search Issue Tracker
Not Reproducible
Votes
0
Found in
2019.3.12f1
Issue ID
1244505
Regression
No
[UX] Creation of subscene with the existing name is ambiguois
To reproduce:
1. Create an empty project.
2. On newly created scene Add New sub scene (remember the name).
3. Save it.
4. Delete subscene.
5. Add new subscene again with the same name as in 2.
6. Dialog window appears "Rename 'SubScene' to prevent overwriting the existing Scene file.". Press Replace.
Actual result: Error appears in log "ArgumentException: A Scene already exists at 'Assets/Scenes/SampleScene/New Sub Scene.unity'."
Rename 'New Sub Scene' to prevent overwriting the existing Scene file.
Unity.Scenes.Editor.SubSceneContextMenu.ThrowIfFileExists (System.String destinationPath) (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Scenes.Editor/SubSceneContextMenu.cs:258)
Unity.Scenes.Editor.SubSceneContextMenu.CreateSubSceneAtPathAndMoveObjectsInside (UnityEngine.SceneManagement.Scene parentScene, UnityEngine.Transform targetTransform, UnityEngine.GameObject[] topLevelObjects, System.String dstPath, UnityEditor.InteractionMode interactionMode) (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Scenes.Editor/SubSceneContextMenu.cs:326)
Unity.Scenes.Editor.SubSceneContextMenu.CreateNewSubSceneAtPath (System.String path, Unity.Scenes.Editor.SubSceneContextMenu+NewSubSceneArgs args, UnityEditor.InteractionMode interactionMode) (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Scenes.Editor/SubSceneContextMenu.cs:43)
Unity.Scenes.Editor.SubSceneContextMenu.OnMenuItemForNewSubScene (System.Object userData) (at Library/PackageCache/com.unity.entities@0.10.0-preview.6/Unity.Scenes.Editor/SubSceneContextMenu.cs:189)
UnityEditor.GenericMenu.CatchMenu (System.Object userData, System.String[] options, System.Int32 selected) (at /Users/builduser/buildslave/unity/build/Editor/Mono/GUI/GenericMenu.cs:119)
Expected result:
If we strictly prohibit the replacement of the subscene file with the same name, we need to remove the dialog window on replacement of the subscene and add pre-check of the existing subscene name.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment