docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Start

    Start(ProvideHandle, AssetBundleUnloadOperation, Func<UnityWebRequestResult, bool>)

    Stores AssetBundle loading information, starts loading the bundle.

    Declaration
    public void Start(ProvideHandle provideHandle, AssetBundleUnloadOperation unloadOp, Func<UnityWebRequestResult, bool> requestRetryCallback)
    Parameters
    Type Name Description
    ProvideHandle provideHandle

    The container for AssetBundle loading information.

    AssetBundleUnloadOperation unloadOp

    The async operation for unloading the AssetBundle.

    Func<UnityWebRequestResult, bool> requestRetryCallback

    The callback for retrying the AssetBundle download request.

    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)