AnimatorCullingMode
7/14/25Less than 1 minute
AnimatorCullingMode
Culling mode for the Animator.
Elements
| Element | Description |
|---|---|
| AnimatorCullingMode.AlwaysAnimate | Always animate the entire character. Object is animated even when offscreen. |
| AnimatorCullingMode.CullCompletely | Animation is completely disabled when renderers are not visible. |
| AnimatorCullingMode.CullUpdateTransforms | Retarget, IK and write of Transforms are disabled when renderers are not visible. |

