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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.