Search Issue Tracker
Fixed in 1.2.2
Votes
2
Found in [Package]
0.8.6-preview
Issue ID
1160094
Regression
No
[Addressables] Addressables don't load Sprite from Sprite Atlas, due to dependency Issue
Reproduction steps:
1. Open "AddressablesSpriteBundleIssue.zip" project
2. Build Addressables
3. Open "DependencyIssue" scene
4. Enter Play mode
Expected Result: Addressables load properly
Actual Result: Exception errors about ResourceManagement and Addressables
Reproduced with: 2019.3.0a5, 2019.2.0b5, 2019.1.6f1, 2018.4.2f1, 2018.3.14f1
Did not reproduce on: 2017.4.28f1 (No PackMan)
Error:
Exception encountered in operation UnityEngine.ResourceManagement.ResourceManager+CompletedOperation`1[UnityEngine.Sprite], result='', status='Failed': Exception of type 'UnityEngine.AddressableAssets.InvalidKeyException' was thrown., Key=Sprites/Icons/Buttons/Arrow_Down_Gold.png
UnityEngine.AddressableAssets.Addressables:LoadAssetAsync(Object)
Sprite load didn't succeed Sprites/Icons/Buttons/Arrow_Down_Gold.png, ex: Exception of type 'UnityEngine.AddressableAssets.InvalidKeyException' was thrown., Key=Sprites/Icons/Buttons/Arrow_Down_Gold.png
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note (fix version 1.2.2):
Returns a success message without the exceptions.