# animationCompression

> Animation compression setting.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public ModelImporterAnimationCompression animationCompression { get; set; }
```

### Remarks

Compressing animations saves space in the built game, but more compression introduces more artifacts in the animation data.

Additional Resources: [ModelImporterAnimationCompression](/engine/6000.7/script-reference/unityeditor/modelimporteranimationcompression.md).
