I was told that Input.GetAxis is more efficient than Input.GetKeyDown(KeyCode.W A S D).
as it can also be used on controllers
How do I detect which direction the horizontal axis is facing? Like is there a value of how “hard” it is moving in that direction? If so what is it called?
sorry for being stupid