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.
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.
|
|
|
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. |
|||
|
|