So i have a world canvas gameobject as a child of a camera, so whenever the camera moved the world canvas object moved with it.
The camera moves with the player and i noticed that my player would stutter here and there while moving.
The player is controlled by physics so i thought it was because of some physics issue but that wasn't it.
I fixed the stuttering by making the World Canvas into Screenspace Canvas so it's no longer a child of the camera and doesn't actually move in the game...
occasional stutter when moving World Canvas gameobject
The camera moves with the player and i noticed that my player would stutter here and there while moving.
The player is controlled by physics so i thought it was because of some physics issue but that wasn't it.
I fixed the stuttering by making the World Canvas into Screenspace Canvas so it's no longer a child of the camera and doesn't actually move in the game...
occasional stutter when moving World Canvas gameobject