tuanviet79
If multiple Texture Atlas page images are exported, there are two possible reasons:
- because the images are too large to fit all the images on one page, or because the Max width/height of the page is too small.
- you have placed the images to be packed in a subfolder like the following image, and have selected the
Image folder
in the export settings, or you have not checked the Combine subdirectories
checkbox and are running the texture packer separately.

The screenshot above shows the folder structure of mix-and-match
, our official example skeleton. In the case of mix-and-match, the pack.json
file is included in the images folder. If you open this in any text editor, you will see the following:

If Spine finds a pack.json
file in the input folder during packing, it will pack according to the setting specified in the JSON file. So even if you try to pack a mix-and-match
sample skeleton, select the Image folder in the Export Settings window, and uncheck Combine subdirectories
in the Texture Packer settings, the output will only be one page:

If you remove the pack.json
file, leaving the export and texture packer settings as they are, you will get the following results:
