Method GenerateContentUpdate
GenerateContentUpdate(AddressableAssetsBuildContext, AddressablesPlayerBuildResult)
Generates a content update for Addressable assets based on the provided context.
Declaration
public void GenerateContentUpdate(AddressableAssetsBuildContext aaContext, AddressablesPlayerBuildResult addrResult)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetsBuildContext | aaContext | The build context containing information about the Addressable assets and their dependencies. |
| AddressablesPlayerBuildResult | addrResult | The result object that will store the outcome of the Addressables player build process. |