I am trying to use a USB Joystick in Unity. I am working with Unity 5.5.1 on a Windows 10 PC. The Joystick works perfectly on my machine. But in Unity, the joystick gives me some weird axis outputs.
I tried to map my joystick input with the Unity Input Manager. But it doesn't work at all. On the horizontal axis I get values from -1 to -0.6(center) to 0 to +0.6 instead of just -1 to 0(center) to 1.
Another weird thing is, that everything works just fine on my macbook. Is this a windows issue?
Did somebody else had this problem before?