Converting a file path to a Texture2D

I have a folder with a long (usually 64 to 128) photoshop files which I want to read in to a Texture2D array. Is this possible? I can get the file path to the photoshop files but can’t see how to “convert” the path to the Texture2D.

many thanks,
Richard.

You should be able to use the script attached to this other post about the same thing

… Hmm maybe someone should post something to the wiki :slight_smile:

thanks Keli - I’ll give it a go - then add it to the wiki

Richard(_B)