docs.unity.cn
    Show / Hide Table of Contents

    Class AddressablesContentState

    Data stored with each build that is used to generated content updates.

    Inheritance
    Object
    AddressablesContentState
    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
    Syntax
    [Serializable]
    public class AddressablesContentState

    Fields

    Name Description
    cachedBundles

    Information about asset bundles created for the build.

    cachedInfos

    Dependency information for all assets in the build that have been marked StaticContent.

    editorVersion

    The version of the unity editor used to build the player.

    playerVersion

    The version that the player was built with. This is usually set to AddressableAssetSettings.PlayerBuildVersion.

    remoteCatalogLoadPath

    The path of a remote catalog. This is the only place the player knows to look for an updated catalog.

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use