Putting this in beginner section since it's probably something very basic (couldn't find the solution from google).
I'm working on a platformer game and I have "Glide" and "Double Jump" animations made for my character.
I've gotten both work except with a few problems:
1. Having my "Glide" animation trigger on "Key X down" makes the animation trigger every tick so only first frame is shown.
2. Currently, "DoubleJump" animation plays on every jump, I would like it to play only on the double jump.
Tried several things already but can't seem to get either work correctly