Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Rishabhjswl

how do I add arrow controls to a game which already has wasd controls

Answers

  • HNJHNJ Member

    Input.GetKeyDown(KeyCode.Up)

    similarly, KeyCode.Down, Right and Left.

Sign In or Register to comment.