Hi,
I am measuring a steering wheel using the new input system. There are a few ways I could do this, but what I want to do is to define the input as an axis (-1 to 1), and read it as stick.x.
However, I am seeing incorrect values from this. If I read the joystick as a vector2, and then read the x value of that, I get a different result.
The problem is that when I use the stick.x axis method, I am noticing a big deadzone, where I can turn the wheel about 20 degrees without reading anything as an input. The vector2.x does measure this. However, I want to retrieve this value as a float, not as a vector2. What is going wrong and how can I fix this?
Any help is greatly appreciated
PS: I know the joystick is properly calibrated, I am seeing correct values in the Logitec G hub, the Setup USB controllers panel, and the vector2 variant in the unity input debugger.