Search Unity

Feedback Having trouble with input system on release

Discussion in 'Visual Scripting' started by NizarSama, Dec 20, 2021.

  1. NizarSama

    NizarSama

    Joined:
    Apr 20, 2015
    Posts:
    10
    Hi, its just like what title said, i'm having trouble with using new input system node (On Input System Event Button) the option On Released doesn't seems to properly work for me.

    on my input action asset i already set my action to have interactions of press and release, when i tried it On Pressed is detected but weirdly enough when i release my button it again detected as On Pressed instead of On Release.

    then if i tried to remove interactions it only can detect the press, if i change to Hold interactions On Released got detected at weird time (sometimes when i press the button sometimes not detected and sometimes properly detected after i release button).

    it got me confused since there is no properly documentation about it and not a single tutorials i found mention about this specific On Input System Event Button On Release node.

    so is it just bug or something i do wrong here?
     
  2. NizarSama

    NizarSama

    Joined:
    Apr 20, 2015
    Posts:
    10
    i don't know if it's a bug or intended feature but since i'm using On Input System Event Button as state transition i'm ok with Press and Release both detected on the On Pressed only.

    anyway i do hope in the future it get fixed so On Released will be detected when releasing button.