FPS Controller Minimum Movement Increasing

Does anyone know how to make the minimum moved distance higher when the button is pressed? Kind of like “min move distance” in CC but every time the button is pressed it moves that distance without having to hold the movement button before it actually takes the step.

When I tap the forward button my character controller either stands still or waits a moment for the button to be held down then moves the “min move distance” if its more than 0 (say 0.07)

Instead of waiting for the button to be held down, I’d like to just immediately move the CC as soon as the button is pressed,if the button is tapped i’d like the “min move distance” to be fulfilled without having to hold the button down.

It is a hard thing to explain but it’s in all the latest games, and without it the CC feels sluggish and slow. Does anyone know how to achieve this effect? A simple guide or info would be helpful not asking for anyone to write my code. :slight_smile:

Hats off to you Habitablaba!

Changing the deadzone and the sensitivity on the input manager gave the desired effect. Thank’s again. :slight_smile:

For the controller just changing the sensitivity worked perfect also, no problem with the deadzone (changing it on pc gave a more accurate feel though, experiment).