#Automatic File Reading
1 messages · Page 1 of 1 (latest)
Not exactly sure what you want.
i want to be a for a script to be able to look in a folder in my assets folder and add all of the sprites in it into an array/list/dictionary
do you know its its possible
Yes it is. Depending on if you want to do it at runtime or at edit time, the method change tought.
At Runtime, you can use things like AssetBundle, Resources.Load, Streaming Asset, etc. For the editor approach, the use of AssetDatabase is prefer.