docs.unity.cn
    Show / Hide Table of Contents

    Enum ContentDeliveryGlobalState.ContentUpdateState

    States of content update process.

    Namespace: Unity.Entities.Content
    Syntax
    public enum ContentUpdateState

    Fields

    Name Description Value
    None

    Content update process has not started.


    0
    DownloadingCatalogInfo

    Downloading uncached catalog info - this happens each time the application is started to check for updated catalogs.


    1
    DownloadingCatalogs

    Downloading catalogs.


    2
    DownloadingContentSet

    Downloading initial content sets.


    3
    NoContentAvailable

    The content update failed and there is no data in the cache.


    4
    ContentReady

    Content is ready. It may be local, updated from remote, or from the cache.


    5
    UsingContentFromStreamingAssets

    The content will be loaded from the streaming assets folder and no attempt to update will be made.


    6
    ContentUpdatedFromRemote

    The content has successfully been updated from the remote content server.


    7
    UsingContentFromCache

    The content update failed, content will be loaded from the local cache if possible.


    8
    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