Load entire group?

Hi, I’m just playing with addresables and I was wondering if I can load an entire group and get the List of the items inside of it.

Example:

MyScriptablesGroup
→ Scriptable1.asset
→ Scriptable2.asset
→ Scriptable3.asset

Addressables.LoadAssetAsync<List>(“MyScriptableGroup”).Completed += OnCompleted;

A few threads relates to this feature request, but no official reply yet.

Until then, apply a label to entire group manually, or use a rule based importer to automate.

Have I not replied? ok. for now the solution is exactly what you said: apply a label, or use the rule based importer. In the future, we are looking at making it easier to add schemas to groups that could do this kind of thing. Related, multi-group editing is on the list too.

1 Like