- Home /
360 Controller Buttons
Ok so I am trying to set up my 360 controller with my 2d game.
My question is how do I sync up the buttons? I want to press 'a' for "Jump", 'b' for "fire1" stuff like that, I just dont know how to set it. I got the joysticks working well that part is easy.
Im sure it's and easy answer, I just can't Figure it out.
Answer by mcarriere · Sep 08, 2011 at 06:39 PM
It seems like this question has been answered already. The answer is to use Input.GetButton()
Be sure to do a search before posting, there's a good chance someone else has asked your question too :)
Your answer

Follow this Question
Related Questions
Xbox 360 controller vibration in build? 1 Answer
Xbox controller left trigger release 0 Answers
How to have multiple types of controller input using the input manager 0 Answers
How to detect if its a X360 or Ps3 controller that is connected. 1 Answer
The value of Input.GetAxis("Horizontal") gets stuck when Xbox controller is disconnected... 0 Answers