docs.unity3d.com
    Show / Hide Table of Contents

    Enum Addressables.MergeMode

    Options for merging the results of requests. If keys (A, B) mapped to results ([1,2,4],[3,4,5])...

    • UseFirst (or None) takes the results from the first key -- [1,2,4]
    • Union takes results of each key and collects items that matched any key. -- [1,2,3,4,5]
    • Intersection takes results of each key, and collects items that matched every key. -- [4]
    Namespace: UnityEngine.AddressableAssets
    Syntax
    public enum MergeMode

    Fields

    Name Description Value
    None

    Use to indicate that no merge should occur. The first set of results will be used.

    0
    UseFirst

    Use to indicate that the merge should take the first set of results.

    0
    Union

    Use to indicate that the merge should take the union of the results.

    1
    Intersection

    Use to indicate that the merge should take the intersection of the results.

    2
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023