UncompressedAssetBundle
Don't compress the data when creating the AssetBundle.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Field
- Namespace: UnityEditor
- Assembly: UnityEditor
UncompressedAssetBundle = 1
Remarks
Builds the AssetBundle without any compression, resulting in larger file sizes but faster build and load times. Uncompressed AssetBundles are 16-byte aligned.
See AssetBundles compression wiki, BuildAssetBundleOptions.ChunkBasedCompression, BuildCompression, and CompressionType.