True First-Person Setup - Jitter when walking backwards

Hey folks,

I’m attempting to get a true-first person player setup working, and mostly have it working exactly as I want! I took the Third-Person Blueprint template, went into the ThirdPersonCharacter blueprint, parented the camera to the mesh, and set the camera to Use Pawn Control Rotation. It all pretty much works with very simple blueprints, too!

240716-screen-shot-2018-05-11-at-124429-pm.png

However, I notice a problem when moving backwards, and to a lesser extent strafing: the camera jitters / shakes pretty badly. The character uses the same walking animation for walking backwards as it does forwards, so I don’t think this has to do with character animation causing a problem. I’m having a hard time tracking down what’s causing this.

[Video of Camera Jitter][3]

Any idea of what’s causing this to happen?

2 Likes

I figured out what was causing this problem.

In the player character blueprint, under the CharacterMovement component, the Orient Rotation to Movement option was checked. Unchecking this fixed the problem!

3 Likes

Thx it worked, i had to search 3 hours for this

There is still jittering but on the floor, not on the character like befor

When i spawn other player is still smooth

Life saver! thx