Using Time.timeScale to pause causes my player to 'dash' when unpausing, how do I stop this?
I'm moving my player with Input.GetAxis() and AddForce().
When I unpause the game with Time.timeScale = 1f, the player dashes forward at a higher speed (past my speed limit) even with the movement keys unpressed.
How can I stop this from happening?
Comment
Your answer
