I my game I'm letting the user customize a character from a wide variety of sprites, I want to create a final texture atlas including the selected sprites to use in game instead of loading the big texture atlas with all other useless sprites and only using the necessary sprites.
I think I have to run some sort of command, but I don't know which...
Thanks!