Method CopyAndRegisterContentState
CopyAndRegisterContentState(string, string, FileRegistry, AddressablesPlayerBuildResult)
Copies the content state binary file from the temp directory to its final location and registers it in the file registry and build results.
Declaration
public override void CopyAndRegisterContentState(string tempPath, string contentStatePath, FileRegistry registry, AddressablesPlayerBuildResult addrResult)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tempPath | Temporary location of the content state file. |
| string | contentStatePath | Destination location of the content state file. |
| FileRegistry | registry | |
| AddressablesPlayerBuildResult | addrResult | The build data result. |