Search Issue Tracker
In Progress
Fixed in 2.7.3
Fix In Review for 1.28.0
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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 (fix version 1.28.0):
Fixed cache collision resulting in loading the wrong asset.