Hello, in the “New input System” integration package, in class CheckActionInput, the “press” boolean is never reset when “pressType” is “Pressed”, causing the boolean to stay true forever if the button was pressed once, even it was released after that.
I remember that this was done on purpose because there was some issue with the new input system when I was coding the integration. Have you tried resetting the “press” boolean, and if so did it work correctly for you?