Method CopyAndRegisterContentState
CopyAndRegisterContentState(string, string, AddressablesDataBuilderInput, AddressablesPlayerBuildResult)
Register content state for build updates
Declaration
public virtual void CopyAndRegisterContentState(string tempPath, string contentStatePath, AddressablesDataBuilderInput builderInput, AddressablesPlayerBuildResult addrResult)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tempPath | Temporary file path to use |
| string | contentStatePath | Path of the content state bin file |
| AddressablesDataBuilderInput | builderInput | Addressables builder input |
| AddressablesPlayerBuildResult | addrResult | Resulting data generated by an Addressables build |