I'm doing an endless runner as a learning session, I'm using the endless runner template. Anyway, when I hit the "jump button" the player can jump, but I can't figure out how to make you able to control the character while in the air.
Standard velocity is 200. Unless I press "D" while on the ground, then it's changed to 250 as long as "D" is held in, when let go it reverts back to 200
I tried "Platform on jump" && "D" is down then set maximum velocity to 250 but it's still just a jump straight up.
Any ideas?