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
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.