How to make a character jump further?

I’ve looked all over and all I can find are tutorials explaining how to increase the jump height, i.e. Z velocity, but not the forward velocity to jump further. I feel like I’m probably missing something simple but I just can’t seem to figure it out.

Hey @LaserEnvy! Welcome to the forums!

What you’re looking for is going to be your “Air control” variable in your character movement component! Alternatively, you can set your movement speed variable float to a higher value right before your jump node, and set it back to normal upon landing! :slight_smile:

1 Like

Thank you! I’m not sure if it’s entirely what you meant, but I did find a way to increase the character speed temporarily by copying the gate and stuff I had set up for the jump function and feeding it into a little speed increase thingy and that seems to be working fine!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.