Animation jerks only when moving the player object diagonally

I’m sorry for the basic question, but as shown in the GIF below, the animation plays smoothly when moving the player object vertically or horizontally, but it stutters only when moving diagonally.

Since I can’t figure out the cause, if anyone knows what part I should review, I would appreciate your guidance.

Recording 2025-11-13 000047 (online-video-cutter.com)

  1. In the object’s [MoveAndJumpSettings] node, there is an option called “Automatically adjust diagonal movement speed.” The note mentions that if this option is not selected, the diagonal movement speed becomes the sum of the two directions. Personally, I feel that not selecting this option might cause the playback speed to accelerate—please check if this has any effect. Try enabling it and see the result.

  2. Still within this [Move…] node, there is a handling method for when multiple direction keys are pressed simultaneously. You might also try selecting a priority setting to see if the jerking is caused by frequent animation switching due to key conflicts.

Thank you! I’ll try the method you taught me.