Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
1104456
Regression
No
EditorSceneManager.newSceneCreated event is not raised when creating a new Scene through the Project Window
How to reproduce:
1. Create a new project and import the attached "CreationTester.cs" script to it
2. Create a new scene in project window (Right click -> Assets -> Create -> Scene)
Expected result: log message "NewSceneCreated" is shown in the console
Actual result: no log message is shown
Reproduced in: 2019.1.0a10, 2018.3.0b12, 2018.2.18f1, 2018.1.9f2, 2017.4.16f1
Note: Creating a new scene by clicking "File" -> "New Scene" calls the debug log correctly
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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
Creating a new scene through the project browser does not go through the scene manager and is a very lightweight method of creating a scene asset.
There is no use case described but if the use case it Scene Templates then that teams should have a look at how this should be done.