Search Unity

Having issue with rebinding axis.

Discussion in 'Input System' started by Cdngater, Jun 5, 2020.

  1. Cdngater

    Cdngater

    Joined:
    May 29, 2014
    Posts:
    65
    I have setup a simple input map with a axis and I am using the sample rebind project.

    I am connecting with a joystick.

    if I try to remap an axis to anything but stick/x I get some random result. For instance, my joystick is a flight system, I try to bind the throttle which I know is Joystick/stick/z to the axis I get something Joystick/Rz instead.

    I have spent three days trying to figure out why, I think the score is being calculated wrong. Instead of scoring based on a control being moved it looks like it’s scoring them all to Zero and then just taking the first one.


    Has anyone got the rebinding to work with this new InputSystem?