compressAssetsOnImport
Enable or disable texture compression during asset import.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool compressAssetsOnImport { get; set; }
Remarks
When enabled, Unity compresses textures during import to reduce disk space usage. Disabling this option can speed up the import process but increases disk space usage.