- Home /
How animations are executed ??
Hello guys ,,, I am developing a game in which we have to perform a particular jump animation (like below one )
I want to know how these are implemented . How conditions are set for these? Is it like ... If my animations covers the distance x in time t then my character should be according to these conditions ??? please refer me any tutorial if any . As i searched and found only one at 3dBuzz.
Thanks
Answer by darthbator · Jun 01, 2013 at 12:00 AM
http://video.unity3d.com/video/7362044/unity-40-mecanim-animation-tutorial
There are multiple animation systems available within unity. IMO this is the best (also most current) one. You have multiple methods of moving the character. You can allow the root motion of the character to be defined by the animation or you can simply use mecanim to play animations and choose to programatically move the transform of your character around the environment.
You choose the way motion is applied with the "apply root motion" checkbox on the Animator component of the character.
Your answer
Follow this Question
Related Questions
Animation through graphics in FPS controller, weird character controller issue, NEED help! 0 Answers
Getting this character controll script working right 1 Answer
Mobile - Jumping while moving - Standard Assets 0 Answers
How to make char animation idle 0 Answers
Jump animation anticipation 2 Answers