Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
Votes
0
Found in
2022.2.19f1
Issue ID
UUM-29087
Regression
No
Names and paths of the addressable assets don't get updated in the AssetReference list after being changed
How to reproduce:
1. Open the project “IN_31347”
2. Open Assets/Texture
3. Rename “New Sprite Atlas” Sprite Atlas
4. Select the “Main Camera” GameObject in the Hierarchy
5. Expand the “Asset Ref” list in the Inspector “Test Ref” Script component
Expected result: Sprite Atlas is updated in the “Test Ref” list
Actual result: Sprite Atlas is not updated in the “Test Ref” list
Reproducible with: 2020.3.45f1, 2021.3.19f1, 2022.2.8f1, 2023.1.0b6, 2023.2.0a3
Reproducible on: Windows 10 Pro
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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
Resolution Note:
By design: The AssetReference displays the address not the asset path. When the asset was assigned to Addressables the automatic address is the path at the time. If the asset is renamed, the asset path changes but does not change the address.
Resolution Note (2022.2.X):
By design: The AssetReference displays the address not the asset path. When the asset was assigned to Addressables the automatic address is the path at the time. If the asset is renamed, the asset path changes but does not change the address.