Hi, I want to create a platformer game. At first, I used Platformer behavior but I found that when character is jumping, I can freely change its direction mid-air, or if i release arrow key during jump, character stops moving sideways and drops straight down, which is very unrealistic.
I want to disable control input during mid-air and also keep the momentum until it lands.(something like prince of persia, another world, etc.)
I tried "start/stop ignoring input" actions, wasn't successful.
please help me, thank you!!