Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.18.4
Issue ID
ADDR-2011
Regression
No
[Addressables] InvalidKeyException from Addressables.LoadAssetAsync returns type of System.Exception when thrown
How to reproduce:
1. Open the attached project's Scene labeled "SampleScene"
2. Enter the Play Mode
3. Inspect the Console Window
Expected result: InvalidKeyException is handled as InvalidKeyException
Actual result: InvalidKeyException is handled as System.Exception
Reproducible with: 1.18.4 (2018.4.35f1, 2019.4.28f1, 2020.3.10f1, 2021.1.9f1, 2021.2.0a19)
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
- “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
Resolution Note:
This fix constitutes a change in behavior, albeit to a behavior that makes more sense than the previous behavior. InvalidKeyExceptions will now have the type InvalidKeyException when passed into an Addressables ExceptionHandler. This is more intuitive, but because it wasn't like this before it could potentially break things. Fixed package available in Unity 2018.4.0f1 and versions above.