Version: 2019.4

ModelImporterAnimationCompression

enumeration

マニュアルに切り替える

説明

ModelImporter で使用されるアニメーションの圧縮オプション

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

See Also: ModelImporter.animationCompression.

変数

Offアニメーションの圧縮を行いません
KeyframeReductionKeyframe の削減を行います
KeyframeReductionAndCompressionKeyframe の削減と圧縮を行います
OptimalKeyframe の削減を行い、メモリフットプリントを減少させるためにランタイムで最高の animation curve representation を選択します(デフォルト)。