Sprite is shaking while moving

Good morning, guys!

Does anyone know why the sprite is shaking while moving? It’s not an animation, just an image.

Thank you very much for your attention!

Have a look at this post and see if it solves the issue.

If it doesn’t, can you provide a screen snip of the sprite’s movement events?

What happens is that, especially the lower part of the image, it shakes.

If I put a physics behavior, and just gravity, the sprite comes down shaking too.

As I change the strength, the image blur changes, see:

If I set the strength to exactly 60, the sprite doesn’t shake. Then he becomes normal.

I’m having trouble replicating this, so my suggestions may or may not help. You can try:

  • Making the sprite dimensions an even number.
  • Settting scale mode to antialiased and turn off rounding pixels (both under project properties)
1 Like

Turn on rounding pixels under project properties solved the problem.

Thank you very much!

Oops! Turn on rouding pixels left the movement staggered when diagonal.

The sprite is even sized.

Edit: I found that the higher the resolution, the less noticeable the problem is.