Search Issue Tracker
Fixed in 5.0.1
Votes
1
Found in
5.0.0f1
Issue ID
672995
Regression
Yes
Only first scene in streamedSceneAssetBundle is available for load
BuildPipeline.BuildStreamedSceneAssetBundle only works for first scene.
1. In the Editor select the Menu Item 'Test -> CreateBundle' to run an editor script to create a streamedSceneAssetBundle.
2. Insure that the scene loaded after creating the bundle has a script attatched to the camera. The script should be named 'assetBundleTest5'
3. Click play.
4. Press 'L' to load the bundle and scenes.
5. Observe the error when trying to load scene 'Test2'.
6. Also observe the logged info showing that Application.CanStreamedLevelBeLoaded() returns true for the first scene and false for the second scene.
Regression: 4*
Reproduced: 5.0.0f3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rendering locks up when not looking at a transparent material on Meta Quest 2
- Volumetrics break when using a Custom Pass to create a Thickness Buffer for Alpha Clipping
- All tests are run instead of only the failed ones when the "Rerun Failed" button is pressed
- GameObject is not masked when the "Render PostProcessing Effects" pass executes with a resolved non-MSAA Color target and MSAA DepthStencil target
- [Android] Gfx.WaitForGfxCommandsFromMainThread high performance usage and inconsistency when built Player scene has Canvas GameObject on a specific Project
Add comment