Search Issue Tracker
Fixed
Fixed in 2.7.3
Votes
2
Found in [Package]
1.27.0
2.7.2
Issue ID
ADDR-4064
Regression
Yes
Wrong asset is loaded when using Addressables with Pack Separately bundle mode
How to reproduce:
1. Open the “IN-112483_AddressablePackSeparate“ project
2. Open the “Sc_Menu“ Scene
3. Go to Window > Asset Management > Addressables > Groups
4. Set “Play Mode Script” to “Use Existing Build”
5. Select Build > New Build > Default Build Script
6. Enter Play Mode
7. In Game view observe the icon for the “Spanish” option
Expected result: The icon is a Spanish flag
Actual result: The icon is not a Spanish flag
Reproducible with: 2.5.0 (6000.0.40f1), 2.7.2 (6000.0.55f1, 6000.2.4f1, 6000.3.0a4)
Not reproducible with: 2.4.6 (6000.0.40f1)
Could not test with: 6000.3.0a5, 6000.3.0b1 (Compilation errors due to Base2DMaterialUpgrader.cs)
Reproducible on: macOS 15.6.1 (M1 Max), Windows 11 (by user)
Not reproducible on: no other environments tested
Note: Changing Bundle Mode in Disciplines Group to “Pack Together” bypasses the issue
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 (fix version 2.7.3):
There was a bug in the caching of locations that surfaced when using dynamic internal ids and packing separately. This has been fixed
Resolution Note:
Fixed cache collision resulting in loading the wrong asset.