Is there a way to organize lists of assets to be loaded together (i.e. same progress and callback for all of them) using kha.Assets
?
For instance, something like:
kha.Assets.loadFromPath('path/to/assets/subfolder/', onAssetListLoaded);
I'm trying to figure out if i need to roll my own sub-system or if Kha already has something like that implemented.
Thanks!