Method OnPrebuild
OnPrebuild(AddressablesDataBuilderInput)
Called before beginning the Addressables content build.
Declaration
public virtual bool OnPrebuild(AddressablesDataBuilderInput input)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressablesDataBuilderInput | input | Input used for the Addressables content build |
Returns
| Type | Description |
|---|---|
| bool | True for success, else false and fail the build |