Class AddressableAssetsBuildContext
Simple context object for passing data through SBP, between different sections of Addressables code.
Inherited Members
Namespace: UnityEditor.AddressableAssets.Build.DataBuilders
Syntax
public class AddressableAssetsBuildContext : IAddressableAssetsBuildContext, IContextObject
Fields
Name | Description |
---|---|
assetEntries | The list of all AddressableAssetEntry objects. |
assetGroupToBundles | Mapping of asset group to bundles. |
bundleToAssetGroup | Mapping of bundles to asset groups. |
locations | The list of catalog locations. |
providerTypes | Set of provider types needed in this build. |
runtimeData | The current runtime data being built. |
settings | The settings object to use. |
Properties
Name | Description |
---|---|
Settings | The settings object to use. |