Search Unity

Bug PS5 CONTROLLER TRIGGERS BUG - NEW INPUT SYSTEM

Discussion in 'Input System' started by Tri1l, May 6, 2023.

  1. Tri1l

    Tri1l

    Joined:
    Jan 11, 2023
    Posts:
    1
    I'm using unity's method for rebinding buttons, but on my controller, when pressing the trigger buttons, I get "rightTriggerButton" and "leftTriggerButton" instead of the normal trigger paths ("rightTrigger" and "leftTrigger")

    UPDATE: Fixed it by adding this in the PerformInteractiveRebind() function:
    .WithControlsExcluding("<DualSenseGamepadHID>/rightTriggerButton")
    .WithControlsExcluding("<DualSenseGamepadHID>/leftTriggerButton")
     
    Last edited: May 6, 2023
    canakdag likes this.
  2. canakdag

    canakdag

    Joined:
    Dec 12, 2022
    Posts:
    1
    Thanks.
     
  3. hugeandy

    hugeandy

    Joined:
    Nov 2, 2016
    Posts:
    131
    I'm also experiencing this bug