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