Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.17.13
Issue ID
ADDR-1922
Regression
Yes
An error is thrown when loading an Asset using asynchronous await
How to reproduce:
1. Open the user's attached "Addressables Async Error" project
2. Open the Scene "SampleScene" (Found in the Assets/Scenes folder)
3. Enter the Play Mode
Expected results: 10 Assets are loaded into the Scene and no errors are thrown
Actual Results: The "UnityException: get_frameCount can only be called from the main thread." error is thrown
Reproducible with: 1.17.13, 1.17.15 (2020.3.4f1, 2021.1.2f1, 2021.2.0a12)
Not reproducible with: 1.16.16 (2020.3.4f1, 2021.1.2f1, 2021.2.0a12)
Could not test with: 2018.4, 2019.4 because of CS0246, CS0234, CS0117 errors
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
Resolution Note:
https://github.cds.internal.unity3d.com/unity/Addressables/pull/880