When increased Max Speed, my character goes insane

Hi

If the speed is too high you may get overshoot. The solution to this is to use sub-stepping: RichAI + Recast Graph falls though terrain
That post uses Time.timeScale as an indicator of how many steps to execute per frame, but you can similarly just make it execute for example 4 steps every frame at all times.

1 Like