Root Motion and animating Models

Hi Folks

I am new in this topic and I read allot about Root Motion in Unity but I can’t figure out if the Model itself have to move in a modeling program when I animate it there.

Lets say I want to make a walk cycle animation with a humanoid character. Do the whole Object have to “walk” in the modeling tools animating process or is this an InPlace animation?

InPlace animation. You can just use the walk animations from the Mecanim tutorial and tweak with the settings inside the Animator.

You can use both ways.

Some games use animations with root motion, so each animation move character in some way.
Some games use animation without root motion, they move character programmatically.

You should decide which way better for you :slight_smile: