This version of Unity is unsupported.

AnimationUpdateMode

enumeration

Description

The update mode of the Animation component.

Properties

NormalAnimation updates in the Update loop.
FixedAnimation updates in the FixedUpdate loop. Use this mode to evaluate animation independent of frame rate.