- Home /
How to load multiple Addressables by same name?
I use the following function to load addressables by label/name:
var asynOp = Addressables.LoadAssetsAsync<T>("AddressableName", null);
========================================
The problems is that this only works with addressable folders with LABEL, and not with addressable NAME. Loading addressables by name only works with individual addressables.
Does anyone know why?
Thanks!
Comment