Hello
What is the simplest way to alter an input after a game has started (eg within a if() inside update() ).
I would like to alter input.up (up arrow key I think?) so that instead of it moving a character forward it actually allowed the character to move vertically upwards? and same for input.down (down arrow?) but in reverse?
Thank you in advance.