How to allow my character to move while jumping?

I made the most basic jumping system but there is a problem with it. I can’t control the character while I jump I can’t really press W A S D to move while jumping. after I pressed the jump button I can’t control the character and I found no tutorials that can help me. so how to allow my player moving while jumping?

1 Like

If you are using the character blueprint class you can change the air control value in your character movement component, I think that will allow you to do what you want if you crank it up to 1 or near 1 if you want a bit of slide.

I hope that helps. :slight_smile:

2 Likes