- Home /
How Do I Snap Input Between 1, 0, and -1
I'm working on setting up a movement axis in the input part of the project settings window. I tried it out but the player kept moving. Then I checked snap, but that didn't help much. Do I have to use Input.GetKey in a script or is there a way to keep the value at 1, 0, and -1?
Comment