Search Issue Tracker
Fixed in 2022.1.X
Votes
1
Found in
2017.1.0b1
Issue ID
902638
Regression
No
Opening same scene on SceneClosed callback does not add it to scene manager
To reproduce:
1. Open attached project.
2. Run Editor test: OpeningSameScene_OnSceneClosedCallback_ShouldAddItToSceneManager
3. It fails.
What happens:
using EditorSceneManager.CloseScene Scene is closed. On SceneClosed callback, the same scene is opened again (go's are loaded, scene added to manager). Then ::CloseScene finishes, removing scene from scene manager, without unloading its gameobjects.
To fix, these actions should be disallowed somehow or fire callbacks at the very end of the ::CloseScene method (I'm not sure why it's in the middle).
Reproduced on: 2017.1.0b1 (a29fc4a7eb25)
Comments (1)
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
glad
May 18, 2017 09:47
Where the attached project ?