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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.