Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CompressionLevel

Compression Levels relate to how much time should be spent compressing Assets into an Asset Bundle.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum CompressionLevel

Remarks

Compressing files is a tradeoff between speed and size. The more time spent compressing an asset, the smaller the result is likelier to be. Compression levels are ordered like so (fastest and largest to slowest and smallest): None, Fastest, Fast, Normal, High, Maximum.

Fields

Value

Description

NoneNo compression.