Animation Jump in place

I want to ask my animation is moving without any script, and I want this animation always stay in it’s original position ,here is the link of my problem:animation move problem - YouTube

I have search information about this but after 4hours, But I still can’t figure it out

Hello @charlie128 !

What you mean with “always stay in it’s original position” ?

Do you need the charachter jump without movig (without advancing, falling down at same place where started to jump?)

If is this, you have 2 options: Or modify the Jump animation to make it movo only vertical, or Modify the animation adding a “translation” backwards making the character move back while jumping forward, so it will finish at same place.

If this is not what you asked, calrify and give more info using @tormentoarmagedoom

If this helps, upvote !

Bye :smiley: :smiley:

You are using animation from any Pack or u made by your self? Because many times its difficult to edit animation clip taken from outside unity. Because clip mostly in readonly state. If you are able to edit animation clip you have to check every key frame and set the position of x to original state. Only y changes.

Click on the character in the Hierarchy and then on the Inspector options check box: Apply Root Motion (Uncheck) turns it off when the game is run.