Rotation Speed in Unity when time scale is high

Hi

When using a time scale of 16 the movement scripts will try to move and rotate 16 times as much every frame, which may cause a lot of overshooting and other weird behavior.
To get a good and stable behavior you need to use sub-stepping.

Take a look at this post which shows how to do this: RichAI + Recast Graph falls though terrain