Load group from remote

Hi! Is there any way to download a specific group from remote? I found Addressables.LoadResourceLocationsAsync(_remoteAssetKey);
but it loads all groups, and it’s not good for my project

Groups do not exist at runtime. You can use a label on each asset to download them all by their label. Or if you have your group’s bundle mode set to pack together, when you download one asset in that group, it will also download all the others.

1 Like