Hey guys what would be the best way to store the information of a image in a csv?
Further explanation:
I will have 1000 different players to choose from and every info for it will be in a csv.
I know how to get strings and floats.
Should i write in the info of the disc path of the images?
How would the picture be assigned automatically to a sprite renderer?
You can encode the image to a BASE64 string and save it into the csv file along with the rest of the data, I’ve used this technique in the past, assuming the images aren’t massive it should be workable.