Class AddressableAssetsBuildContext | Addressables | 1.13.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class AddressableAssetsBuildContext

    Simple context object for passing data through SBP, between different sections of Addressables code.

    Inheritance
    Object
    AddressableAssetsBuildContext
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEditor.AddressableAssets.Build.DataBuilders
    Syntax
    public class AddressableAssetsBuildContext : IAddressableAssetsBuildContext, IContextObject

    Fields

    assetGroupToBundles

    Mapping of asset group to bundles.

    Declaration
    public Dictionary<AddressableAssetGroup, List<string>> assetGroupToBundles
    Field Value
    Type Description
    Dictionary<AddressableAssetGroup, List<String>>

    bundleToAssetGroup

    Mapping of bundles to asset groups.

    Declaration
    public Dictionary<string, string> bundleToAssetGroup
    Field Value
    Type Description
    Dictionary<String, String>

    locations

    The list of catalog locations.

    Declaration
    public List<ContentCatalogDataEntry> locations
    Field Value
    Type Description
    List<ContentCatalogDataEntry>

    providerTypes

    Set of provider types needed in this build.

    Declaration
    public HashSet<Type> providerTypes
    Field Value
    Type Description
    HashSet<Type>

    runtimeData

    The current runtime data being built.

    Declaration
    public ResourceManagerRuntimeData runtimeData
    Field Value
    Type Description
    ResourceManagerRuntimeData

    settings

    The settings object to use.

    Declaration
    [Obsolete("Use Settings property instead.")]
    public AddressableAssetSettings settings
    Field Value
    Type Description
    AddressableAssetSettings

    Properties

    Settings

    The settings object to use.

    Declaration
    public AddressableAssetSettings Settings { get; set; }
    Property Value
    Type Description
    AddressableAssetSettings
    Back to top
    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