Skip to main content

AnimatorUpdateMode

The update mode of the Animator.

Elements

ElementDescription
AnimatorUpdateMode.AnimatePhysicsUpdates the animator during the physic loop in order to have the animation system synchronized with the physics engine.
AnimatorUpdateMode.NormalNormal update of the animator.
AnimatorUpdateMode.UnscaledTimeAnimator updates independently of Time.timeScale.