Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

[Unity 2019.2.12f1] Cannot Listen to "Left/RightStick" controller only

Discussion in 'Input System' started by MlleBun, Nov 16, 2019.

  1. MlleBun

    MlleBun

    Joined:
    Sep 19, 2017
    Posts:
    163
    Hello,

    When listening to the gamepad left stick in 2019.2.12f1, there is no more option for Left Stick [PS4 Controller] only.

    Ex in 2019.2.11f which is functionnal and works in the game



    Ex in 2019.2.12f1 when trying to create a new binding
    upload_2019-11-16_13-14-24.png

    Is this a bug?
     
  2. Rene-Damm

    Rene-Damm

    Joined:
    Sep 15, 2012
    Posts:
    1,779
    Looks like your action is set to the "Axis" control type. This causes the listen functionality to filter out the Vector2 stick control.

    The editor (and the underlying system neither) currently does not enforce types when there is a binding already read. So, the existing Vector2 binding is accepted but when trying to pick a new path, the control type is respected and thus restricted to Axis controls.