Problem with animation with jump in place

Hello,

is there any settings why my animation not working when i click on Space for jumping?

I used Anim Graph. My animation working with jump if character Move Forward.

I have checked if I got true when jumping if is in place and yes I have true, so not problem with conditions.

Thanks

Probably the idle animation overrides the jumping animation. Can you show the animation graph?

See, there’s no transition from Idle to Jump. Generally it’s better to make Idle/Walk/Run in one Blendspace, but for now you can simply add a transition between Idle and Jump

thank you got it.