Method ProcessGroupSchema
ProcessGroupSchema(AddressableAssetsBuildContext, AddressableAssetGroupSchema)
Validates the schema instance for a group and collects information on how to build data.
Declaration
string ProcessGroupSchema(AddressableAssetsBuildContext aaContext, AddressableAssetGroupSchema schema)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetsBuildContext | aaContext | The Addressable Asset context used to build the schema data. |
| AddressableAssetGroupSchema | schema | The schema to verify. Use |
Returns
| Type | Description |
|---|---|
| string | A message with an error string for the user, empty if successful. |