Struct BundledAssetGroupSchema.DefaultSchemaSettings
A set of recommmended schema settings.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Settings.GroupSchemas
Assembly: Unity.Addressables.Editor.dll
Syntax
public struct BundledAssetGroupSchema.DefaultSchemaSettings
Fields
| Name | Description |
|---|---|
| assetBundledCacheClearBehavior | The recommended setting for AssetBundle cache clearing. |
| bundleNaming | The recommended naming style for AssetBundle file name. |
| compression | The recommended setting for AssetBundle compression. |
| stripDownloadOptions | The recommended setting for stripping additional download metadata. |
| useAssetBundleCache | The recommended setting for AssetBundle cache usage. |
| useAssetBundleCrc | The recommended setting for AssetBundle crc usage. |
| useAssetBundleCrcForCachedBundles | The recommended setting for AssetBundle crc usage regarding cached bundles. |