Method OnPostbuild
OnPostbuild(AddressablesDataBuilderInput, AddressablesPlayerBuildResult)
Called after the Addressables content build if the build was successful.
Declaration
public virtual bool OnPostbuild(AddressablesDataBuilderInput input, AddressablesPlayerBuildResult result)
Parameters
| Type | Name | Description | 
|---|---|---|
| AddressablesDataBuilderInput | input | Input used for the Addressables content build  | 
    
| AddressablesPlayerBuildResult | result | Result of the Addressables content build  | 
    
Returns
| Type | Description | 
|---|---|
| bool | True for success, else false and fail the build  |