Trying to enter jump animation through variable

I am trying to set a variable IsJumping? so I can enter a jump animation, and also set up a double jump. I’m not very fluent in scripting so I’m having a little trouble.

i can’t seem to post any pictures.

Hi,

what you can do is, make ‘isJumping’ bool true/false in your character blueprint, and change the transition according to that variable in the Animation Blueprint.

I’ve attached the sample images…

then use your ‘isJumping’ bool here to change transition.
let me know if it helps.

thanks

hi! where did you get “vertical axis” from?

“vertical axis” was a local variable that I made i guess. you can place a boolean there as well,