Search Issue Tracker
By Design
Votes
0
Found in
2020.3
2020.3.7f1
2021.1
2021.2
Issue ID
1335626
Regression
No
Names of new Scenes created with Scene Template Pipeline are null/empty
Reproduction steps:
1. Open attached project "SceneTemplateTest.zip"
2. In Editor menu, select File -> New Scene
3. In New Scene window, select the "Example" template and press Create
4. Observe Console window
Expected result: Scene name is logged and is true
Actual result: Empty scene name is logged and is false
Reproducible with: 2020.3.11f1, 2021.1.10f1, 2021.2.0a20
Could not test with: 2018.4.35f1, 2019.4.28f1 (Scene Template functionality unavailable)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Resolution Note (2022.1.X):
This is by design: a scene that doesn't contain any assets to clone, can be instantiated in memory and thus doesn't ask the user to save the scene on disk (and assign a name to the scene). If the scene would contain a reference to clone, the scene name wouldn't have been empty.