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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.