I am stubbling against a jitter issue when rotating around my character, like you can see on this video :
I am using a virtual camera with ‘POV’ for aim and Framing Transposer for body.
It seems that the body itself does not jitter, but the issue coming from the aim. My target for aim does not jitter, and it is not a rigidbody.
The code I am using to rotate my character is set in LateUpdate(), I also tried fixedUpdate, as well as changing the method update of the main camera, but the jitter stays there.
I tried the same thing with a Freelook camera, and the jitter is not present, that seems to be inherent to the virtual camera POV mode…
I had a look in many threads but can’t find a solution to this.
Does anyone would have an idea on how to fix this issue ?
The lookTarget is an empty gameObject that is parented to the player, I tried few things in order to fix this jittering, however even if I switch back the camera LookAt target to the player, the jittering is happening the same way