How do you import an FBX animation into Unity and what is root motion?

Study for the Unity Certified User Artist Test. Prepare using flashcards and multiple choice questions, including hints and explanations. Get ready to excel in your certification exam!

Multiple Choice

How do you import an FBX animation into Unity and what is root motion?

Explanation:
Root motion is the movement data baked into an animation that drives the character’s actual transform, not just the joints. When you import an FBX, Unity brings in the animation data, and if you want the character to move as the animation says (for example, walking forward or turning), you enable the option that makes the Animator apply that motion to the GameObject’s position and rotation. Enabling Apply Root Motion on the Animator tells Unity to use the root motion from the animation to move the character, rather than moving it through a script or physics. If you don’t enable it, the animation will still animate the bones, but the character’s transform stays in place. This is especially important for mocap or realistic locomotion work, where the movement is defined by the animation itself.

Root motion is the movement data baked into an animation that drives the character’s actual transform, not just the joints. When you import an FBX, Unity brings in the animation data, and if you want the character to move as the animation says (for example, walking forward or turning), you enable the option that makes the Animator apply that motion to the GameObject’s position and rotation. Enabling Apply Root Motion on the Animator tells Unity to use the root motion from the animation to move the character, rather than moving it through a script or physics. If you don’t enable it, the animation will still animate the bones, but the character’s transform stays in place. This is especially important for mocap or realistic locomotion work, where the movement is defined by the animation itself.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy