Method Build
Build(AddressableAssetsBuildContext, AddressablesPlayerBuildResult)
Builds content directories for the specified catalogs and processes the associated assets.
Declaration
public void Build(AddressableAssetsBuildContext aaContext, AddressablesPlayerBuildResult addrResult)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetsBuildContext | aaContext | The context for Addressable Assets, used to manage build-related data and state. |
| AddressablesPlayerBuildResult | addrResult | The result object to store information about the content directory build process. |
Implements
Exceptions
| Type | Condition |
|---|---|
| Exception | Thrown if the content directory build for any catalog fails. |