Avindr / Strider-IssueTracking

Github page for tracking issues with the strider asset for Unity
0 stars 0 forks source link

IK Jitter occurs when the player movement reverses. #17

Closed Avindr closed 4 years ago

Avindr commented 4 years ago

This is caused by the lerping of the the warp direction. If the direction is reversed, the offset will snap in the opposite direction regardless of smoothing.

To fix this, the centerMatrix position needs to be smoothed instead.

Avindr commented 4 years ago

Fixed by smoothing the change in stride pivot offset