mario double jump

how can you make a double jump like mario 64
I’m trying for weeks but cant get it right

1 Like

Is there something unique about mario jump compared to regular double jump?

To have regular double jump, set JumpMaxCount to 2 in Character details (Not in Character Movement);

2 Likes

There are two training videos on Maslow’s Inferno YouTube channel, one for C++ and the other for Blueprints. Perhaps you will find a solution by viewing one of them.
(YouTube) How to Make Super Mario 64 Double & Triple Jump in Unreal Engine 5

*as Tuerer wrote above, you can simply increase JumpMaxCount to 2.
(YouTube) Unreal Engine 4 - Double Jump In 1 Minute (Tutorial)