Class CacheInitializationSettings
Asset container for CacheInitializationData.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Settings
Syntax
[CreateAssetMenu(fileName = "CacheInitializationSettings.asset", menuName = "Addressables/Initialization/Cache Initialization Settings")]
public class CacheInitializationSettings : ScriptableObject, IObjectInitializationDataProvider
Properties
| Name | Description |
|---|---|
| Data | The cache initialization data that will be serialized and applied during Addressables initialization. |
| Name | Display name used in GUI for this object. |
Methods
| Name | Description |
|---|---|
| CreateObjectInitializationData() | Create initialization data to be serialized into the Addressables runtime data. |