Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

KeyframeReductionPerform keyframe reduction.
KeyframeReductionAndCompressionPerform keyframe reduction and compression.
OffNo animation compression.
OptimalPerform keyframe reduction and choose the best animation curve representation at runtime to reduce memory footprint (default).