It looks like you're new here. If you want to get involved, click one of these buttons!
how do I add arrow controls to a game which already has wasd controls
Input.GetKeyDown(KeyCode.Up)
similarly, KeyCode.Down, Right and Left.
Answers
Input.GetKeyDown(KeyCode.Up)
similarly, KeyCode.Down, Right and Left.