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
- Shader Graph Importer's Documentation Reference button leads to a 404 page
- Crash on WriteParticleLineVertex when particle systems are rendered in a specific project
- Asset names longer than the allowed system file path are not handled gracefully
- Moving VFX Particles leave a ghosting trial in Ray Traced Screen Space Reflections
- A "Could not generate preview image" error is shown in the Console window when viewing a ".androidlib" asset
Add comment