GetAxis already frame independent

On Input.GetAxis api, I found this:

“This is frame-rate independent; you do not need to be concerned about varying frame-rates when using this value.”

Does it mean using Time.deltaTime is not necessary? Im a bit confused here, sorry if this have been covered.

Thanks

1 Like

It is indeed a little confusing. It refers to the smoothing rate when using Keyboard input, there’s a note below the examples that kinda explains it.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms