Search Unity

Question Get a list of Addressables from a group or by label at Runtime

Discussion in 'Addressables' started by Revolter, Apr 18, 2021.

  1. Revolter

    Revolter

    Joined:
    Mar 15, 2014
    Posts:
    216
    I would like to get a list of available assets from a specific group or by label at Runtime.
    Technically I would like to get a list of RuntimeKeys (and also preferably mapped to a list of asset names).

    So far I was able to get a list of IResourceLocations by calling
    Code (CSharp):
    1. Addressables.LoadResourceLocationsAsync(labelName);
    But I'm having issues converting those to RuntimeKeys or AssetReferences