docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor GroupResolver

    GroupResolver()

    Creates a new default instance of GroupResolver.

    Declaration
    public GroupResolver()

    GroupResolver(string)

    Creates a new instance which will store all assets into a single group.

    Declaration
    public GroupResolver(string groupName)
    Parameters
    Type Name Description
    string groupName

    The name to use when creating a new group.

    GroupResolver(AddressableAssetGroup)

    Creates a new instance which will store all assets into a single group;

    Declaration
    public GroupResolver(AddressableAssetGroup group)
    Parameters
    Type Name Description
    AddressableAssetGroup group

    The group to use.

    GroupResolver(string, string)

    Creates an instance using custom group names for each Locale.

    Declaration
    public GroupResolver(string localeGroupNamePattern, string sharedGroupName)
    Parameters
    Type Name Description
    string localeGroupNamePattern

    The name to use when creating a new Group for a selected LocaleIdentifier. The name is formatted using Smart where the argument passed will be the LocaleIdentifier. The default is "Localization-Assets-"."

    string sharedGroupName

    The name of the group to use when an asset is shared by multiple Locales that do not all use the same group.

    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)