docs.unity3d.com
    Show / Hide Table of Contents

    Class ResourceManagerRuntimeData

    Runtime data that is used to initialize the Addressables system.

    Inheritance
    Object
    ResourceManagerRuntimeData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.AddressableAssets.Initialization
    Syntax
    [Serializable]
    public class ResourceManagerRuntimeData

    Fields

    kCatalogAddress

    Address of the contained catalogs.

    Declaration
    public const string kCatalogAddress = "AddressablesMainContentCatalog"
    Field Value
    Type Description
    String

    Properties

    BuildTarget

    The name of the build target that this data was prepared for.

    Declaration
    public string BuildTarget { get; set; }
    Property Value
    Type Description
    String

    CatalogLocations

    List of catalog locations to download in order (try remote first, then local)

    Declaration
    public List<ResourceLocationData> CatalogLocations { get; }
    Property Value
    Type Description
    List<ResourceLocationData>

    CertificateHandlerType

    The type of CertificateHandler to use for this provider.

    Declaration
    public Type CertificateHandlerType { get; set; }
    Property Value
    Type Description
    Type

    DisableCatalogUpdateOnStartup

    Determine if we should check for Remote Catalogs on during initialization.

    Declaration
    public bool DisableCatalogUpdateOnStartup { get; set; }
    Property Value
    Type Description
    Boolean

    InitializationObjects

    The list of initialization data. These objects will get deserialized and initialized during the Addressables initialization process. This happens after resource providers have been set up but before any catalogs are loaded.

    Declaration
    public List<ObjectInitializationData> InitializationObjects { get; }
    Property Value
    Type Description
    List<ObjectInitializationData>

    IsLocalCatalogInBundle

    Whether the local catalog has been serialized in an asset bundle or as json

    Declaration
    public bool IsLocalCatalogInBundle { get; set; }
    Property Value
    Type Description
    Boolean

    LogResourceManagerExceptions

    When enabled, the Addressables.ResourceManager.ExceptionHandler is set to (op, ex) => Debug.LogException(ex);

    Declaration
    public bool LogResourceManagerExceptions { get; set; }
    Property Value
    Type Description
    Boolean

    MaxConcurrentWebRequests

    The maximum number of concurrent web requests. This value will be clamped from 1 to 1024.

    Declaration
    public int MaxConcurrentWebRequests { get; set; }
    Property Value
    Type Description
    Int32

    ProfileEvents

    Flag to control whether the ResourceManager sends profiler events.

    Declaration
    public bool ProfileEvents { get; set; }
    Property Value
    Type Description
    Boolean

    SettingsHash

    The hash of the settings that generated this runtime data.

    Declaration
    public string SettingsHash { get; set; }
    Property Value
    Type Description
    String
    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