Search Issue Tracker
By Design
Votes
0
Found in
5.4.3f1
Issue ID
874877
Regression
No
SceneManager.SetActiveScene() does not set active scene when called in Awake()
To reproduce:
1.Download and open attached project.
2.Open scene "Scene".
3.Open NewBehaviourScript.cs and uncomment the call to Test() method in Awake(line 37).
4.Enter Play mode.
Expected result: SceneManager.SetActiveScene() sets "Scene" as active scene and gameObject "Test after returning to previous scene" is created in scene "Scene".
Actual result: SceneManager.SetActiveScene() does not set "Scene" as active scene and gameObject "Test after returning to previous scene" is created in "Temporary Scene" scene.
Reproduced with: 5.6.0b5, 5.5.1f1, 5.4.3f1, 5.3.7p3
Notes: If Test() method is called from custom created editor MenuItem, everything works as expected.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
- New selector in Matching Selectors displays as on line -1 in debugger
- The first frames are skipped when playing a video
- Text auto-scrolling can not work when naming assets/objects until backspace key is pressed
- Shadows are not cast when the Light's CullingMask and the GameObject's Layer do not match
Add comment