Jagged character rotation

nmaxey1234

New member
I am working an issue where my Third Person Character is extremely choppy when rotating. This becomes more noticable when using a controller. It would seem that the camera is moving smoothly but the chracter is not. Is there a setting I'm missing to that will help smooth out the characters rotation? Thanks!

 
Do you have a positive value for the Position Smoothing value on the third person view type? If you set that to 0 does it work better? Also, have you tried switching between FixedUpdate and Update on the locomotion component?
 
Top