Hello everyone,
I am trying to load all prefabs inside a folder to an array. I know about Resources option but this will become messy in the future if I change the folder name. Is there any way to get a folder path? Which don’t break the code even if folder name changed?
Use addressables. You can group assets together any way you wish and then you can load them together.
1 Like