Search Issue Tracker
Fixed in 2017.2.0f3
Votes
2
Found in
5.5.0b7
Issue ID
840983
Regression
No
SceneManager.UnloadSceneAsync does not unload EventManager and AudioListener
Reproduction steps:
1. Open the "bug.zip" project
2. Open the "SceneA" scene
3. Play the scene
4. Press the "Change scene" button
-Notice warning in the console about multiple event systems
-Notice that the "Not working Button" button is not working, because of multiple EventManagers
Actual result: EventManager and AudioLisener do not get unloaded
Expected result: EventManager and AudioLisener get unloaded
Reproduced on: 5.5b7, 5.5b6 , 5.5b1
Method is not available in 5.4, 5.3, 5.2
Comments (2)
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
- Other threads get resized when trying to resize thread groups on the Timeline of the Profiler window
- Green highlight for selected panel lacks contrast when Editor theme is set to Light
- [Android] AR Camera Background has a white/bright tint when deployed with Gamma Color Space and Vulkan API
- Crash on TextCore::OTL_GPOS_TableReader::GetLookupList when changing to a specific Font in the UI Builder
- Reverting [SerializeReference] List property creates persistent element overrides in Prefab Variants
paulomuggler
Jul 18, 2017 22:37
so, 9 months later... Can we expect this one to work anytime soon? Should we go back to using LoadScene()? I'm genuinely confused.
Gwom
Nov 29, 2016 10:36
I have just had this issue too, I changes as UnloadScene is being deprecated so tried UnloadSceneAsync, and got hit with multiple EventManager and AudioListener issues. Either the deprication needs to be revoked or UnloadSceneAsync needs to handle this - until then, I will have to chance it with UnloadScene (and hope the build works ;)