i made a human character, so how do i make it walk?
2 Answers
2Start with these tutorials…
http://www.walkerboystudio.com/html/unity_training___free__.html#unity3api
Try to use Character Controller with your character object. Here is the ref link:
Unity also have a Character Animation exampls project, you can download and learn something about that. Here is the resource link:
http://unity3d.com/support/resources/example-projects/character-animation
by rigging the character and applying animation, then moving the characters transform to match the animation. this is a simple way of doing it
– reptilebeats