Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Arowx's avatar
Arowx
Explorer
12 years ago

Joystick Input in Unity

Hi there just got a new joystick and was keen to get it working in Unity, but well Unity's input manager leaves a lot to be desired and I was having trouble mapping the inputs until I came up with the concept of a joystick testing scene.

More info here http://forum.unity3d.com/threads/204429-Finding-Joystick-Mapping-Inputs-with-Unity

Hope you find it useful as it made mapping the inputs to my new joystick a breeze.

PS if you find a quicker way to setup the Input "Axes" in Unity's InputManager please let me know.

2 Replies

Replies have been turned off for this discussion
  • I have found a rather nice Input handling system on GitHub that you might like InControl

    https://github.com/pbhogan/InControl

    It's more gamepad controller but has a nice feature where it detects the current controller which is handy when you have a few things plugged into your PC.