docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PlayAssetDeliveryInitializeOperation

    Configures Addressables for loading content from asset packs

    Inheritance
    object
    AsyncOperationBase<bool>
    PlayAssetDeliveryInitializeOperation
    Inherited Members
    AsyncOperationBase<bool>.Destroy()
    AsyncOperationBase<bool>.Progress
    AsyncOperationBase<bool>.DebugName
    AsyncOperationBase<bool>.GetDependencies(List<AsyncOperationHandle>)
    AsyncOperationBase<bool>.Result
    AsyncOperationBase<bool>.HasExecuted
    AsyncOperationBase<bool>.ReferenceCount
    AsyncOperationBase<bool>.IsRunning
    AsyncOperationBase<bool>.WaitForCompletion()
    AsyncOperationBase<bool>.IncrementReferenceCount()
    AsyncOperationBase<bool>.DecrementReferenceCount()
    AsyncOperationBase<bool>.ToString()
    AsyncOperationBase<bool>.Complete(bool, bool, string)
    AsyncOperationBase<bool>.Complete(bool, bool, string, bool)
    AsyncOperationBase<bool>.Complete(bool, bool, Exception, bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.AddressableAssets.Android
    Assembly: Unity.Addressables.Android.dll
    Syntax
    public class PlayAssetDeliveryInitializeOperation : AsyncOperationBase<bool>

    Methods

    Execute()

    This will be called by the resource manager after all dependent operation complete. This method should not be called manually. A custom operation should override this method and begin work when it is called.

    Declaration
    protected override void Execute()
    Overrides
    UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase<bool>.Execute()

    InvokeWaitForCompletion()

    Used for the implementation of WaitForCompletion in an IAsyncOperation.

    Declaration
    protected override bool InvokeWaitForCompletion()
    Returns
    Type Description
    bool

    True if the operation has completed, otherwise false.

    Overrides
    UnityEngine.ResourceManagement.AsyncOperations.AsyncOperationBase<bool>.InvokeWaitForCompletion()

    Start(ResourceManager, bool)

    Declaration
    public AsyncOperationHandle<bool> Start(ResourceManager rm, bool logWarnings)
    Parameters
    Type Name Description
    ResourceManager rm
    bool logWarnings
    Returns
    Type Description
    AsyncOperationHandle<bool>
    In This Article
    Back to top
    Copyright © 2026 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)