0 votes
ago by
I started prototyping with the free community version. The car always has a left input by default, I have a steering wheel connected to my pc (Moza R21 but it is disabled from both software and hardware (emergency stop button in pressed state) ).

Thanks.

1 Answer

0 votes
ago by
 
Best answer

That happens when there are other input devices attached to the computer, typically steering wheel and pedals. Unity is interpreting some arbitrary axis as the "Horizontal" input. Most axes return zero, which represents "full left" in the Horizontal axis.

The solution is reconfiguring the second "Horizontal" entry in Project Settings > Input Manager. Instead of "Get Motion From All Joysticks", choose any entry for a non-existent joystick, i.e. "Joystick 8". You may do it also with the second "Vertical" entry, to prevent any other forced inputs coming from joystick devices.

The emergency stop button typically just disables the force feedback, but it doesn't switch off the device. To be actually disabled, it must be unplugged either from the USB port or from the power source.

...