Search Unity

Deprecated versions of LoadAssetsAsync

Discussion in 'Addressables' started by OneManEscapePlan, Aug 27, 2020.

  1. OneManEscapePlan

    OneManEscapePlan

    Joined:
    Oct 14, 2015
    Posts:
    222
    Using Addressables v1.15.1, versions of
    LoadAssetsAsync()
    that take an
    IList<object>
    as the first argument are apparently deprecated, but this is not reflected in the documentation or mentioned in the release notes. Also, it looks like the documentation for 1.15.1 has not been uploaded to the package manager website, as the latest version listed on the package manager website is 1.14.2
     
  2. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,822
    I'll kick this over to the team! Thanks for flagging for attention!
     
  3. Shaunyowns

    Shaunyowns

    Joined:
    Nov 4, 2019
    Posts:
    328
    Hey there,

    Sorry for the delayed response, after asking the team they've informed me that a while back we added this changelog

    " "Changed keys parameter for many Addressables APIs to be IEnumerable instead of IList<object>. This allows for passing collections of AssetReferences or AssetLabelReferences directly instead of requiring them to be copied into a new List<object>""

    Which was the Addressables entry for that, does this help? :D