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.

AnimatorUpdateMode

Description

The update mode of the Animator.

Variables

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