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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note:
https://github.cds.internal.unity3d.com/unity/Addressables/pull/358
Fixed by ADDR-962