Skip to main content

AnimatorCullingMode

Culling mode for the Animator.

Elements

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