Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AnimatorUpdateMode

The update mode of the Animator.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public enum AnimatorUpdateMode

Fields

Value

Description

FixedAnimator updates in the FixedUpdate loop. Use this mode to evaluate animation independent of frame rate.
NormalAnimator updates in the Update loop.
UnscaledTimeAnimator updates independently of Time.timeScale.