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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.