docs.unity3d.com
    Show / Hide Table of Contents

    Method CheckForCatalogUpdates

    CheckForCatalogUpdates(Boolean)

    Checks all updatable content catalogs for a new version.

    Declaration
    public static AsyncOperationHandle<List<string>> CheckForCatalogUpdates(bool autoReleaseHandle = true)
    Parameters
    Type Name Description
    Boolean autoReleaseHandle

    If true, the handle will automatically be released when the operation completes.

    Returns
    Type Description
    AsyncOperationHandle<List<String>>

    The operation containing the list of catalog ids that have an available update. This can be used to filter which catalogs to update with the UpdateContent.

    Back to top
    Terms of use
    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