Walking straight backwards with "s" causing animation to stutter

I had this problem and found it was due to interpolation on the Direction axis. I guess it’s trying to interpolate from -179 all the way to 179 and it causes a stutter. Try removing that and it should work better.

2 Likes