• Bugs
  • Spine deletes my pngs in the image folder when packing !!

Related Discussions
...

Hello, today, I had to redraw some frames of animation
because Spine when exporting and packing textures has deleted my original pngs !!
It has in a first step deleted all the pngs (images attachment which were on a slot), and then warned me it could nt pack well because there were missing images.
How come it does that? Is it a known bug? This time I am using a windows 7- 64

Sorry for that! Spine assumes the files in the texture packer output directory are from a previous packing and can be removed. It usually doesn't make sense to write packed (or otherwise generated) files into the same folder as the source files, or into a folder with file names that are the same as the packed files that will be written.

thanks Nate ! At least I understand from where is coming the bug, okay so never export on the same folder in which there are the individual images, okay =)