Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

How do I implement the controllers (joystick) into unity3d? I'm building a very barebones game where the player moves around the x and z axis. I want the joystick to show up on screen.

share|improve this question

1 Answer

What exactly do you want to do? Unity already supports Joystick input: http://docs.unity3d.com/Documentation/ScriptReference/Input.html

You can define custom input methods in the InputManger settings of the editor.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.