saleklar If i use jpeg sequence in my animation among different png images overlapping each other etc is it possible (or will it be ever possible) to have two different output textures with pngs in one and jpg in another, but with single .json and .atlas ?
Nate Yes, you can use separate folders for the images to be packed, which will cause them to be output on separate atlas page images. You can then set texture packer settings per folder using a pack.json file. http://esotericsoftware.com/spine-texture-packer#Folder-structure http://esotericsoftware.com/spine-texture-packer#JSON-Configuration The pack.json file is a text file that would contain: { outputFormat: jpeg }