This version of Unity is unsupported.

AnimatorCullingMode

enumeration

Description

Culling mode for the Animator.

Properties

AlwaysAnimateAlways animate the entire character. Object is animated even when offscreen.
CullUpdateTransformsRetarget, IK and write of Transforms are disabled when renderers are not visible.
CullCompletelyAnimation is completely disabled when renderers are not visible.