After updating the Input System from 1.1.0-preview3 to 1.1.1 the Axis definitions (e.g. joystick for movement) I have set up in my Input Action Assets are no longer working. The button click definitions (e.g. Jump) DO work still, it’s only Axis definitions that broke. The Axis definitions are set up like this:
And when the controllers connects I get a reference to the Input Action like this:
playerInputMoveHorizontal = playerInput.actions[“MoveHorizontal”];
And then I read the value of it every FixedUpdate. But after the update to version 1.1.1, it always returns 0.
It worked up until 1.1.0-pre5, and then it broke in 1.1.0-pre6 and is still broken in 1.1.1.
Any ideas how to fix this?
All help is much appreciated. Thanks a lot in advance.
Kind regards,
Uffe Flarup
