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
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
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.