Jumping is not break

I’m having a problem with the jump function. When in another project it works properly. But in this project, when I do a jump, the character just keeps going up. I am a newbie to UE5. Thanks for everyone’s advice.

  • Sorry about my language restriction.

Hey @DDGMinh! Welcome to the community!

Feel free to post in your native language as well as English. We have people from all over the world!

Regarding your jump, it seems like you’ve managed to turn off gravity on your character! That could be “GravityScale” on your character movement component, or something else. I’d suggest searching for anything gravity related in your Movement Component, and make sure nothing is set to 0! :slight_smile:

1 Like

@Mind-Brain , Thank you so much!

I tried to search the items according to your suggestion. Luckily I found the location to fix the problem. I have set gravity at an incorrect height.
image

Again, thank you so much!

No worries @DDGMinh! I’m super glad you found the issue! Don’t be afraid to let us know if you have any other problems with your project moving forward, we’re glad to help! :slight_smile:

1 Like