Uncompressed
Uncompressed Asset Bundle.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static readonly BuildCompression Uncompressed
Remarks
Uncompressed Asset Bundles are large, but are the fastest to access once downloaded. Uncompressed bundles are 16-byte aligned.
This BuildCompression is only supported for building Asset Bundles and is not available for recompression at runtime. Use UncompressedRuntime for recompression.