
It looks like you're new here. If you want to get involved, click one of these buttons!
I need to use buttons on screen to move my player in the tutorials on how to make a video game by brackets and Im trying to reference it as a public variable so that if( Input.GetKey("a") so that it can move side to side but instead using my button (right)
Im very new too coding (3-4 days new so an help would be very much helpful!)
Answers
Input.GetKey(KeyCode.Right)