Search Issue Tracker
Fixed in 5.6.0
Votes
1
Found in
5.4.0f3
Issue ID
818573
Regression
No
OnSceneLoaded always called with Scene.isLoaded == false
1. Open user attached project
2. Play scene, pay attention to console output.
Notice that when OnSceneLoaded() is called value of scene.isLoaded = false;
Reproduced with 5.4.0f3, 5.4.0b8
Note: This applies to both SceneManager.LoadScene as well as SceneManager.LoadSceneAsync.
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
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
- [Android] Duplicate fingers reported in InputSystem.EnhancedTouch.Touch.activeFingers array
- [Android] The Player freezes with no logs when running on some devices
laurentlavigne
Apr 13, 2021 22:10
and isLoaded sometimes is false when the scene is loaded additively
this happens in 2020.1.17
moose0847
Feb 07, 2021 18:18
This issue seems to be present again in 2020.2.3 (possibly earlier). Additionally, scene.isloaded is still true in SceneManager.onSceneUnloaded event.