Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.8.3
Issue ID
ADDR-1234
Regression
No
Different AssetReferenceSprite cannot be selected in the Inspector when its Addressable name is the same
How to reproduce:
1. Open the attached project "case_1247743-AddressableAsset"
2. Open the Scene "SampleScene"
3. Select the GameObject "Test" in the Hierarchy
4. Open the dropdown of Addressable Assets of the field "Sprite Reference" in the Test (Script) component in the Inspector
5. Select the second Addressable Asset "sprite" in the dropdown
Expected results: the second Addressable Asset "sprite" as a "Sprite Reference" is selected
Actual results: the first Addressable Asset "sprite" as a "Sprite Reference" is selected even though the other one was selected
Reproducible with: 0.7.4-preview, 1.8.3 (2018.4.23f1, 2019.3.14f1, 2020.1.0b9, 2020.2.0a12)
Could not test with: 0.6.8-preview because AsyncOperationHandle was not introduced
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment