Search Issue Tracker
Won't Fix
Won't Fix in 1.21.X
Votes
0
Found in [Package]
1.21.9
Issue ID
ADDR-3330
Regression
No
SubScene is not displayed when Scene containing the SubScene is loaded with Addressables.LoadSceneAsync
Reproduction steps:
1. Open the attached “ecs-addressables.zip” project
2. Open the “Assets/Scenes/BootScene.unity” Scene
3. Open the Addressables Groups window (Window > Asset Management > Addressables > Groups)
4. Build the Addressables (Build > New Build > Default Build Script)
5. Enter the Play Mode
6. Observe the Game View
Expected result: Grey Cube is seen in the middle of the Game View
Actual result: The Game View window is completely blue and the Cube is not present
Reproducible with: 1.19.19, 1.20.5, 1.21.9 (2022.2.15f1, 2023.1.0b12, 2023.2.0a10)
Couldn't test with: 2020.3.47f1, 2021.3.22f1 (due to Script errors)
Reproducible on: Windows 10 Pro (22H2)
Note: The issue is only present when the Play Mode Script is set to “Use Existing Build (Windows)” when building the Addressables
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
The supported mechanism for loading contents in DOTS is by using the DOTS Content Manager.
Resolution Note (1.21.X):
The supported mechanism for loading contents in DOTS is by using the DOTS Content Manager.