Search Unity

[bug?]gamepad button not triggered if keyboard binding doesn't exist

Discussion in 'Input System' started by Aokkii, Oct 12, 2019.

  1. Aokkii

    Aokkii

    Joined:
    Nov 3, 2013
    Posts:
    118
    I have 2 control schemes (gamepad and keyboard).

    when having an action with only one binding, for example D-pad/right[gamepad], but not having created another binding for the other control scheme(keyboard ), the action will not be triggered in the player input events.

    is this a bug or is intended?
     
    Last edited: Oct 12, 2019
  2. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Sounds like an open bug we have where an action won't get (re-)enabled properly if if it's not bound in one control scheme. Haven't yet taken a closer look but will happen shortly.
     
  3. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Fix incoming. Should be going out in 1.0.0-preview.2.
     
    mahdi_jeddi likes this.