Hello, how can I process the atlas files in batches, the texture unpacker needs to process them one by one, which is time-consuming, so is there any way to batch process them, thank you very much
Atlas Batch
plainklaughter
To unpack via the command line interface (CLI), specify these parameters:
Spine --input <Path to folder of atlas images> --output <Path to write unpacked image files> --unpack <Path to texture atlas file>
The Spine user guide explains it here:
http://esotericsoftware.com/spine-command-line-interface#Unpack
I hope this will help you.
That's so detailed, I'll give it a try, thanks