Enum DeliveryType
Serializable representation of 'Unity.Android.Types.AndroidAssetPackDeliveryType'.
Namespace: UnityEngine.AddressableAssets.Android
Assembly: Unity.Addressables.Android.dll
Syntax
public enum DeliveryType
Fields
| Name | Description |
|---|---|
| FastFollow | Content is downloaded automatically as soon as the the app is installed. |
| InstallTime | Content is downloaded when the app is installed. |
| None | No delivery type specified. |
| OnDemand | Content is downloaded while the app is running. |