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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are 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.