Method ProcessGroupSchema
ProcessGroupSchema(AddressableAssetsBuildContext, AddressableAssetGroupSchema)
Processes the specified group schema.
Declaration
public string ProcessGroupSchema(AddressableAssetsBuildContext aaContext, AddressableAssetGroupSchema schema)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetsBuildContext | aaContext | The build context containing settings and other relevant data for the Addressable system. |
| AddressableAssetGroupSchema | schema | The schema to process. Must be of type ContentDirectoryGroupSchema. Use |
Returns
| Type | Description |
|---|---|
| string | An empty string if no error was encountered, otherwise it returns the error. |