docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ProcessGroupSchema

    ProcessGroupSchema(AddressableAssetGroupSchema, AddressableAssetGroup, AddressableAssetsBuildContext)

    Called once per enabled schema on a group. For behavior details see ProcessGroupSchema(AddressableAssetGroupSchema, AddressableAssetGroup, AddressableAssetsBuildContext).

    Declaration
    protected virtual string ProcessGroupSchema(AddressableAssetGroupSchema schema, AddressableAssetGroup assetGroup, AddressableAssetsBuildContext aaContext)
    Parameters
    Type Name Description
    AddressableAssetGroupSchema schema

    The schema to evaluate.

    AddressableAssetGroup assetGroup

    The group that owns the schema.

    AddressableAssetsBuildContext aaContext

    The Addressables build context.

    Returns
    Type Description
    string

    An error message if validation or processing failed; otherwise an empty string.

    Remarks

    Do not call GetProcessGroupSchemaCallback() from overrides; use base or InvokeBaseProcessGroupSchema(AddressableAssetGroupSchema, AddressableAssetGroup, AddressableAssetsBuildContext) to avoid re-entrancy.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)