ModelImporterAnimationCompression
Animation compression options for ModelImporter.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public enum ModelImporterAnimationCompression
Remarks
Compressing animations saves space in the built game, but more compression introduces more artifacts in the animations.
Additional Resources: ModelImporter.animationCompression.
Fields
Value | Description |
|---|---|
| KeyframeReduction | Perform keyframe reduction. |
| KeyframeReductionAndCompression | Perform keyframe reduction and compression. |
| Off | No animation compression. |
| Optimal | Perform keyframe reduction and choose the best animation curve representation at runtime to reduce memory footprint (default). |