Ability tap start doesn't work with toggle stop

Cheo

Active member
Hello, having a simple tap to start and stop an ability seems a bit complicated : for example, try setting any character's height change ability's start type to tap and its stop type to toggle, and when tapping the crouch button you should first see the character crouching normally, but then when tapping it again the ability will stop and restart, with the character getting up and down again. Is this some natural limitation to the tap start type ? Can't we have a check preventing the tap input from having this simultaneous effect ? Thanks in advance.
Edit : forgot to mention I tested this tap and toggle input in both the demo scene using the default input system and the sample scene using the new one.
 
The toggle stop type won't work with tap since tap requires the button to be up as well.
 
Top