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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
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.