Search Issue Tracker
Fixed
Fixed in 1.21.14
Votes
0
Found in [Package]
1.21.12
Issue ID
ADDR-3393
Regression
Yes
Sprites and other nested assets are not loaded correctly when using binary catalog
Reproduction steps:
1. Open the attached project “ReleaseIssueProject”
2. Open the Project Settings window (Edit > Project Settings)
3. In the Project Settings window select the “Player” tab
4. In the “Other Settings” tab make sure that “ENABLE_BINARY_CATALOG” is included in the “Scripting Define Symbols” field
5. Open the Addressables Groups window (Window > Asset Management > Addressables > Groups)
6. In the Addressables Groups build the Addressables (Build > New Build > Default Build Script)
7. Make sure that the “Play Mode Script” is set to “Use Existing Build”
8. Open the “Assets/Scenes/SampleScene” scene
9. Enter the Play mode and then stop it
10. Inspect the Console window
Expected result: There are no messages in the Console window
Actual result: Multiple “Addressables.Release was called on an object that Addressables was not previously aware of. Thus nothing is being released” errors are printed in the Console window
Reproducible with: 1.21.3 (2020.3.48f1), 1.21.12 (2020.3.48f1, 2021.3.26f1, 2022.2.21f1, 2023.1.0b17, 2023.2.0a16)
Not reproducible with: 1.21.2 (2020.3.48f1)
Reproducible on: macOS 13.3 (Intel)
Note: If “ENABLE_BINARY_CATALOG” is not included when building the Addressables the errors doesn’t appear
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- WebGL Player with WebGPU Graphics API fails to render Scene when custom Render Feature is used
- “EndLayoutGroup” error thrown when changing Shader Precision Model settings in Build Profiles window > Player Settings Overrides
- Button hover state uses default theme color when a custom .uss is applied
- Samples Showcase script warning does not clear after enabling required settings until GameObject is reselected
- VFX Particles receive shadow artifacts when using ShaderGraph with enabled shadows and Face Camera Plane Orient mode
Add comment