Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.18.15
Issue ID
ADDR-2216
Regression
No
Addressables.LoadSceneAsync fails to load a Scene if it was built with Non-Recursive Dependency Calculation enabled
Reproduction steps:
1. Open the user's attached project
2. Go Window -> Asset Management -> Addressables -> Groups -> Play Mode Script -> Use Existing Build
3. In the Addressables Groups window go Build -> New Build -> Default Build Script
4. Open the "launcher" Scene
5. Enter the Play Mode
6. In Game view click on the "Launch" button
7. Observe the Console
Expected result: There are no warnings in the console and the GameObjects in the Game view are not white
Actual result: There are 3 warnings in the Console and the GameObjects in the Scene are white
Reproducible with: 1.18.15 (2019.4.30f1, 2020.3.17f1, 2021.1.19f1, 2021.2.0b9, 2022.1.0a6)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Fixed in SBP 1.19.2, verified with 1.18.5 Addressables and up