Search Issue Tracker
Fixed in 1.1.3+
Votes
0
Found in [Package]
0.8.6
Issue ID
1155313
Regression
Yes
[Addressables] Exception is thrown when accessing AssetReference.Asset before the asset is loaded
How to reproduce:
1. Open the attached project ("case-1155313_addressables")
2. Open the repro scene ("SampleScene")
3. Build Player Content in the Addressables window
4. Enter Play Mode
Expected results: AssetReference.Asset returns null; no exceptions are thrown
Actual results: Accessing AssetReference.Asset throws "Attempting to use an invalid operation handle" exception
Reproducible with: 2018.4.1f1, 2019.1.4f1, 2019.2.0b3, 2019.3.0a3
Reproducible with package versions: 0.7.4, 0.8.6
Does not reproduce on package versions: 0.6.8
Note:
Couldn't test with 2017.4 as it does not support the package
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
- Shader warnings are thrown after building High Definition 3D template
- "EndLayoutGroup: BeginLayoutGroup must be called first" error is thrown when changing Shader Precision Model from the Build Profiles window
- White artifacts/outlines are visible in the Garden Scene when viewing at meshes from a distance
- Shader warnings "Sprite-Unlit-Default" are thrown after building 2D Platrformer Microgame Template
- [Android] HLSL shader becomes corrupted when running on an Android device
Resolution Note (fix version 1.1.3+):
This exception will no longer be thrown and will instead return null.