MichelVictor wroteHow exactly is the work flow to use Json Export and Texture Packer? Because I can't make it work.
Is there part of the documentation that doesn't make sense? What exactly doesn't work? In other words, what did you try, what did you expect, and what did you actually see happen?
MichelVictor wroteWhen I export creating an atlas, even with the checkbox "Combine subdirectories" unchecked, only one atlas with 6 images was created. When I used "Texture Packer" it worked fine with 2 atlas.
Each run of the texture packer creates one atlas (an atlas may have multiple images (aka pages)).
When exporting JSON and creating an atlas, it runs the texture packer once per skeleton in your project and only includes the images the skeleton uses. Combine subdirectories does nothing because running it in this mode doesn't use file system folders, instead it packs the images the skeleton uses.
You can also run the packer separately from exporting JSON. When doing this, combine subdirectories has an effect because it uses the file system folders to find images.