Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.5.0
Issue ID
ADDR-1086
Regression
No
[Addressables] InitializeAsync - Unknown error in AsyncOperation
How to reproduce:
1. Open the attached project (AddressablesTest.zip)
2. Build Addressables
3. Move the generated bundles/catalog to http://localhost/Editor/
4. Open "AssetLoader" Scene and enter the PlayMode
Expected result: No errors or an error that explains the issue appears
Actual result: Addressables.InitializeAsync - Unknown error in AsyncOperation error appears
Reproducible with: 2019.3.6f1, 2020.1.0b2, 2020.2.0a3
Reproducible with Adressables Package version: 1.5.0,1.5.1, 1.6.2
Notes:
- Could not test on 2018.4 and lower versions
- Could not test on Addressables Package version 1.4.0 or lower because of dependency errors
- After the `InitializeAsync` call, the error occurs, mentioning the catalog hash file despite the "Disable Catalog Update on Startup" option is enabled
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note:
https://github.cds.internal.unity3d.com/unity/Addressables/pull/358
Fixed by ADDR-962