Version: 1.7
LanguageEnglish
  • C#

ModelImporterACLCompressionLevel

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Compression Level for ACL.

Properties

MediumFast compression and medium memory footprint.
HighSlow compression and small memory footprint.
HighestSlowest compression and smallest memory footprint.
AutomaticAutomatic attempts to pick the best compression level based on various properties of the input clip: clip length, longest transform chain, etc. This offers a nice balance between size and speed for the majority of clips.