- Home /
Question by
Crackpotweevil · May 17, 2015 at 07:50 PM ·
inputinputmanagergetaxisvertical
Modify Verticle axis in the input manager
So I want to use Input.GetAxis to handle the controls in my game. It's an on-rail shooter that allows some head movement, so I don't need to more left, right, forward, and backwards. I need to move left, right, UP, and DOWN.
Is there a way I can change the Vertical axis in the input manager to allow UP/DOWN movement instead of the Forward/Backward movement? Or is it something I need to do in code?
Comment