Help with jumping and crouching movement for the 3rd person

Hello,
I followed this tutorial to set up a 3rd person character
://www.youtube/playlist?list=PLZlv_N0_O1gZS5HylO_368myr-Kg2ZLwb
My problem is with the state machine,
when i use the 3 different animation of jum (jump start, jump loop, jump end) everything is so good,
but when i try to use a single animation for the jump, the character keep jumping without stopping (the IsInAir? variable is always true) :frowning:
can anyone help me please?

You have to do the jumping like that: :slight_smile:

link to the jump state -> just add the isinair bool and connect it
link to the idle state -> add the isinair bool - connect it with a “not” bool node - connect it

Yes thank you
I just figured it out
I was so stupid :smiley: