Hi, I'm trying to work on a 2D platformer and I'm trying to implement a forward diving type move like in Super Mario Odyssey and A Hat in Time where the character dives forward at a set speed at the press of a button but I don't know how to do the movement. I could really use some help
I'm using the Platform behavior for my character and I want him to make a dive forward with a little hop at the beginning.
Thanks in advance!