Search Issue Tracker
Won't Fix
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
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.