Follow ScriptableObject references when finding referenced prefabs (fixes bootstrap bundle missing some assets)
Make LevelManager safer to use with overlapping async operations by queuing them internally
Fix ordering issue with AsyncOperation by only starting to load non-bootstrap asset scenes once the menu has loaded
Fix scenes created at runtime (client entities, etc.) being accidentally unloaded by LevelManager because they are created when activating the new scene
Load asset scenes in parallel