I have a series of sprites, for animation. Some of the animation sprites have a bit of padding (transparent pixels) on the left side so that the animated object is well positioned in the whole animation.
The problem is that the atlas packer seems to have removed the padding, so that when I compose an animation sheet the objects body is moving left and right.
I tried with all the atlas properties, but nothing helps.
Would you mind sending a couple of sprite images so I can test? mikael.saker@king.com
Hmm, this sounds weird, I haven’t experienced this myself. As far as I know the atlas packer leaves the images completely untouched.
The issue is solved, I had to make the sprites equal in size (by adding padding on the right side).
2 Likes