Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Bug Action of Pressed and Released with multiple bindings having bug

Discussion in 'Input System' started by Textguy, May 14, 2021.

  1. Textguy

    Textguy

    Joined:
    Jun 15, 2013
    Posts:
    1
    when we releasing button A of action X while the second input of button B of that action X is held down, the releasing of A doesn't get called, it's like the unity thinking the action is still holding down, and maybe it is right, but the issue is, when we releasing the button B of that action X, unity tends to ignore it, as we press using the button A, so maybe we can only call the release using button A, but button A is ignored when we holding down button B.