Method ProcessAllGroups
ProcessAllGroups(AddressableAssetsBuildContext)
Loops over each group, after doing some data checking.
Declaration
protected override string ProcessAllGroups(AddressableAssetsBuildContext aaContext)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetsBuildContext | aaContext | The Addressables builderInput object to base the group processing on |
Returns
| Type | Description |
|---|---|
| string | An error string if there were any problems processing the groups |
Overrides
Remarks
Do not call GetProcessAllGroupsCallback() from overrides; use base or InvokeBaseProcessAllGroups(AddressableAssetsBuildContext) to avoid re-entrancy.