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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.