Search Unity

Addressables 1.3.3 Unknown error in AsyncOperation

Discussion in 'Addressables' started by iamarugin, Nov 1, 2019.

  1. Noor23

    Noor23

    Joined:
    Feb 19, 2022
    Posts:
    28
    hi , I am using the same thing and no errors and when I hit play all my items load but when i build on my device nothing from my buttons load , do you know how to fix this and whats actually causing it ? I guess its from the AsyncHandleOperation ,,please help if you know ..

    Exception encountered in operation Resource<IAssetBundleResource>(defaultlocalgroup_assets_all_ca67e648bd52c14e1cd5aefd8f85cdc3.bundle), status=Failed, result= : RemoteAssetBundleProvider unable to load from url https://anawabbastorage.blob.core.w...s_all_ca67e648bd52c14e1cd5aefd8f85cdc3.bundle, result='HTTP/1.1 400 Bad Request'.
    UnityEngine.AsyncOperation:InvokeCompletionEvent ()

    Exception encountered in operation Resource<IAssetBundleResource>(defaultlocalgroup_unitybuiltinshaders_85fd7364d5e5590f7869e27978ffaf0a.bundle), status=Failed, result= : RemoteAssetBundleProvider unable to load from url https://anawabbastorage.blob.core.w...aders_85fd7364d5e5590f7869e27978ffaf0a.bundle, result='HTTP/1.1 400 Bad Request'.
    UnityEngine.AsyncOperation:InvokeCompletionEvent ()

    Exception encountered in operation Dependencies [defaultlocalgroup_assets_all_ca67e648bd52c14e..., defaultlocalgroup_unitybuiltinshaders_85fd736...], status=Failed, result=System.Collections.Generic.List`1[UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle] : RemoteAssetBundleProvider unable to load from url https://anawabbastorage.blob.core.w...s_all_ca67e648bd52c14e1cd5aefd8f85cdc3.bundle, result='HTTP/1.1 400 Bad Request'.
    UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase`1/<>c__DisplayClass55_0<UnityEngine.ResourceManagement.ResourceProviders.IAssetBundleResource>:<add_CompletedTypeless>b__0 (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<UnityEngine.ResourceManagement.ResourceProviders.IAssetBundleResource>)
    DelegateList`1<UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<UnityEngine.ResourceManagement.ResourceProviders.IAssetBundleResource>>:Invoke (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<UnityEngine.ResourceManagement.ResourceProviders.IAssetBundleResource>) (at Library/PackageCache/com.unity.addressables@1.16.19/Runtime/ResourceManager/Util/DelegateList.cs:69)
    UnityEngine.ResourceManagement.ResourceManager:Update (single)
    MonoBehaviourCallbackHooks:Update () (at Library/PackageCache/com.unity.addressables@1.16.19/Runtime/ResourceManager/Util/MonoBehaviourCallbackHooks.cs:26)

    Exception encountered in operation ChainOperation<GameObject> - InitializationOperation, status=Failed, result= : ChainOperation of Type: UnityEngine.GameObject failed because dependent operation failed
    Dependency operation failed with System.Exception: Dependency Exception.
    UnityEngine.ResourceManagement.ChainOperationTypelessDepedency`1<UnityEngine.GameObject>:OnWrappedCompleted (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<UnityEngine.GameObject>)
    DelegateList`1<UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<UnityEngine.GameObject>>:Invoke (UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationHandle`1<UnityEngine.GameObject>) (at Library/PackageCache/com.unity.addressables@1.16.19/Runtime/ResourceManager/Util/DelegateList.cs:69)
    UnityEngine.ResourceManagement.ResourceManager:Update (single)
    MonoBehaviourCallbackHooks:Update () (at Library/PackageCache/com.unity.addressables@1.16.19/Runtime/ResourceManager/Util/MonoBehaviourCallbackHooks.cs:26)

    View attachment 929762


    My addressable settings for using remote are belows

    View attachment 929765

    View attachment 929771

    View attachment 929774



    View attachment 929777


    I tried many things to solve this, but not to avail
    (create new empty project, clean build cache and rebuild, change google cloud account, degrading addressable versions.... etc)

    Please anybody answer if this problem solved. Thanks
    [/QUOTE]
     
  2. InterestsMaker

    InterestsMaker

    Joined:
    Mar 25, 2022
    Posts:
    2
    I have a similar problem
     
  3. InterestsMaker

    InterestsMaker

    Joined:
    Mar 25, 2022
    Posts:
    2
    do you fix it?