Forum rules - please read before posting.

Jump animation

What should i use to trigger my jump animation? (3d first person)

Comments

  • If your character's Animation engine is set to Mecanim, then you can define a "Jump bool" parameter that will be set to True when the character begins a jump.

    You can also use this in conjunction a "Is grounded bool", which is set to True whenever the character is on the ground, as well as the "Vertical movement float" parameter, which is set to how quickly a character is moving vertically (and negative if falling).
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.