Sprite flickering when camera moves around

Moving my camera by following the player in LateUpdate. Sprites that aren’t moving seem sto be flickering, and I can’t figure out why. I’m moving my player (s) in FixedUpdate.

Example of the flickering I’m talking about:

https://vimeo.com/240244570

I see the players moving fluidly, but the white/black walls shifting forward and backwards.

1 Like

Its about the camera not being in a pixel perfect position causing some pixels to stretch.

I will direct you to this post about it., hope it helps.

1 Like