• Editor
  • How to not export certain images with Texture Packer

As title. For example if we have some reference images or old assets used in old animations (which we would like to keep for reference), we don't want these to be included when exporting for production.

We're using the separate Texture Packer because we needed to have different material for different parts of the character.

Related Discussions
...
  • Modificato

Hello Jason!
You can see all the texture packer options here:
Texture Packing - Spine User Guide: Other

You could put your unused images in a subfolder, then create a pack.json file in that subfolder containing { ignore: true } and Spine's texture packer will ignore images in that subfolder (and any subfolders under it).

Great. Thanks!