Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • 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

Normal Normal update of the animator.
AnimatePhysics Updates the animator during the physic loop in order to have the animation system synchronized with the physics engine.
UnscaledTime Animator updates independently of Time.timeScale.