docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AddressableAssetsBuildContext

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

    Inheritance
    object
    AddressableAssetsBuildContext
    Implements
    IAddressableAssetsBuildContext
    IContextObject
    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
    Assembly: solution.dll
    Syntax
    public class AddressableAssetsBuildContext : IAddressableAssetsBuildContext, IContextObject

    Fields

    Name Description
    assetEntries

    The list of all AddressableAssetEntry objects.

    assetGroupToBundles

    Mapping of asset group to bundles.

    buildStartTime

    The time the build started

    bundleToAssetGroup

    Mapping of bundles to asset groups.

    bundleToExpandedBundleDependencies

    A mapping of AssetBundle to the full dependency tree, flattened into a single list.

    bundleToImmediateBundleDependencies

    Mapping of AssetBundle to the direct dependencies.

    locations

    The list of catalog locations.

    providerTypes

    Set of provider types needed in this build.

    runtimeData

    The current runtime data being built.

    Properties

    Name Description
    Settings

    The settings object to use.

    In This Article
    Back to top
    Copyright © 2024 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)