I created a sprite sheet and then sliced it for an animation but when I started the animation the sprite moves side to side during the animation. I checked the sprite sheet and I sliced the sprite equally does anyone know what’s going on and how to fix this?
It sounds like the sprites on the sprite sheet are placed incorrectly. If you attach the sprite sheet here I can confirm this.
Yup, you need to have the sprites in the same place for each tile. If half of the sprites are on one side, and half are on the other, the character will teleport around during animation.
It needs to look something like this:
How do I move the sprite over like that?
You can’t do it in Unity, you need to use an image editing software like Photoshop or Krita.
Thanks for the help!