docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Create a group template

    Create reusable group templates that define which schema objects Unity creates for new groups.

    A group template defines which types of schema objects Unity creates for a new group. The Addressables system includes the Packed Assets template, which includes all the settings needed to build and load Addressables using the default build scripts.

    If you want to create your own build scripts, you can define the additional settings in your own schema objects and create your own group templates. To create a group template, perform the following steps:

    1. In the Project window, navigate to the folder you want to save the new group template to. The default template is in the AssetGroups subfolder of AddressablesAssetsData.
    2. Right-click and select Create > Addressables > Group Templates > Blank Group Template.
    3. Optionally rename the template and add a description to it.
    4. Select the new template, and in the Inspector select Add Schema to start adding schema objects to the template.

    Repeat these steps to add as many new schemas as needed.

    Note

    If you use the default build script, a group must use the Content Packing & Loading schema. If you use content update builds, a group must include the Content Update Restrictions schema. For more information, refer to Builds.

    Additional resources

    • Define group settings
    • Content packing settings reference
    • Addressables Asset Settings reference
    In This Article
    Back to top
    Copyright © 2025 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)