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
- Unnecessary horizontal scrollbar appears at the bottom of the Multiplayer Play Mode window
- Build Profiles modified by script require manual "Apply" when the Build Profiles window is open
- Nested Canvases' CanvasGroup.blocksRaycasts parameter ignores inheritance from parent Canvases' CanvasGroup when Override Sorting is enabled
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
Resolution Note (fix version 1.2.2):
Returns a success message without the exceptions.