docs.unity3d.com
    Show / Hide Table of Contents

    Enum AssetBundleResource.LoadType

    Options for where an AssetBundle can be loaded from.

    Namespace: UnityEngine.ResourceManagement.ResourceProviders
    Syntax
    public enum LoadType

    Fields

    Name Description Value
    Local

    Load the AssetBundle from a local file location.

    None

    Cannot determine where the AssetBundle is located.

    Web

    Download the AssetBundle from a web server.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use