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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note (fix version 1.2.2):
Returns a success message without the exceptions.