Yesterday night , I found a bug in Addressables [1.1.10]
When I loading error path , AsyncOperationStatus told me “None” , and try loading again AsyncOperationStatus told me “Failed” , I think the second status is right or the first status is a bug .
What’s the different between first load and second load ? ?
I found out the different between first load and second load , in fact when i click the load button , Addressable will execute InitializeAsync (the function is delay execute) . when i click load button again InitializeAsync function are complete . so the AsyncOperationStatus is right.
It’s mentioned in the docs (Class Addressables | Addressables | 1.8.5) that Addressables will be initialized on the first API call if Addressables.InitializeAsync() is not called explicitly. It looks like a bug anyway.