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
- Crash on "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
- Shadows are cast with artifacts on GameObjects when the light type is set to Point
Resolution Note (fix version 1.1.3+):
This exception will no longer be thrown and will instead return null.