Class InitializationOperation | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class InitializationOperation

    Operation to set up the Addressables system.

    Inheritance
    System.Object
    AsyncOperationBase<IResourceLocator>
    InitializationOperation
    Inherited Members
    AsyncOperationBase<IResourceLocator>.m_Result
    AsyncOperationBase<IResourceLocator>.m_Status
    AsyncOperationBase<IResourceLocator>.m_Error
    AsyncOperationBase<IResourceLocator>.m_Context
    AsyncOperationBase<IResourceLocator>.m_Key
    AsyncOperationBase<IResourceLocator>.m_ReleaseToCacheOnCompletion
    AsyncOperationBase<IResourceLocator>.WaitHandle
    AsyncOperationBase<IResourceLocator>.IsValid
    AsyncOperationBase<IResourceLocator>.ToString()
    AsyncOperationBase<IResourceLocator>.Release()
    AsyncOperationBase<IResourceLocator>.Retain()
    AsyncOperationBase<IResourceLocator>.IAsyncOperation.Retain()
    AsyncOperationBase<IResourceLocator>.ResetStatus()
    AsyncOperationBase<IResourceLocator>.Validate()
    AsyncOperationBase<IResourceLocator>.Completed
    AsyncOperationBase<IResourceLocator>.IAsyncOperation.Completed
    AsyncOperationBase<IResourceLocator>.IAsyncOperation.Result
    AsyncOperationBase<IResourceLocator>.Status
    AsyncOperationBase<IResourceLocator>.OperationException
    AsyncOperationBase<IResourceLocator>.MoveNext()
    AsyncOperationBase<IResourceLocator>.Reset()
    AsyncOperationBase<IResourceLocator>.Current
    AsyncOperationBase<IResourceLocator>.Result
    AsyncOperationBase<IResourceLocator>.IsDone
    AsyncOperationBase<IResourceLocator>.PercentComplete
    AsyncOperationBase<IResourceLocator>.Context
    AsyncOperationBase<IResourceLocator>.Key
    AsyncOperationBase<IResourceLocator>.InvokeCompletionEvent()
    AsyncOperationBase<IResourceLocator>.SetResult(IResourceLocator)
    Namespace: UnityEngine.AddressableAssets.Initialization
    Syntax
    public class InitializationOperation : AsyncOperationBase<IResourceLocator>, IAsyncOperation<IResourceLocator>, IAsyncOperation, IEnumerator

    Constructors

    InitializationOperation(String, String)

    Operation to set up the Addressables system.

    Declaration
    public InitializationOperation(string playerSettingsLocation, string providerSuffix)
    Parameters
    Type Name Description
    System.String playerSettingsLocation

    The path to load initialization data from.

    System.String providerSuffix

    This value, if not null or empty, will be appended to all provider ids loaded from this data.

    Fields

    CatalogAddress

    Declaration
    public static string CatalogAddress
    Field Value
    Type Description
    System.String

    Methods

    LoadContentCatalog(IResourceLocation, String)

    Declaration
    public static IAsyncOperation<IResourceLocator> LoadContentCatalog(IResourceLocation loc, string providerSuffix)
    Parameters
    Type Name Description
    IResourceLocation loc
    System.String providerSuffix
    Returns
    Type Description
    IAsyncOperation<IResourceLocator>
    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