Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Animator.applyRootMotion

Switch to Manual
var applyRootMotion: bool;
bool applyRootMotion;
applyRootMotion as bool

Description

Should root motion be applied?

Root motion is the effect where an object's entire mesh moves away from its starting point but that motion is created by the animation itself rather than by changing the Transform position. Note that applyRootMotion has no effect when the script implements an MonoBehaviour.OnAnimatorMove function.