Search Unity

[QUESTION] how to debug Addressables status failed ?

Discussion in 'Addressables' started by aurelien-morel-ubiant, Dec 12, 2018.

  1. aurelien-morel-ubiant

    aurelien-morel-ubiant

    Joined:
    Sep 27, 2017
    Posts:
    275
    Hello guys,
    I think all is in the title but I'm currently trying to make our Addressables assets work on a distant server. I pretty sure it works for something like one or 2 tries but than I would clean some stuff and now it's gone.

    When I made the serveur LoadAsset request, no error is throw (no exception too cause OperationException is null) but the status is FAILED.
    So how can I debug this further cause currently it's quite hard to find why it fails.

    Thanks !
     
  2. aurelien-morel-ubiant

    aurelien-morel-ubiant

    Joined:
    Sep 27, 2017
    Posts:
    275
    @unity_bill from what I can read in your documentation if the status is FAILED I must have something in OperationException ?
    Documentation :

    Code (CSharp):
    1. OperationException
    2. Gets the exception that caused this operation to change its status to Failure.
    And this is the complete IASync log extract from my asset acces :

    upload_2018-12-12_17-6-45.png