docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CheckForCatalogUpdates

    CheckForCatalogUpdates(bool)

    Checks all updatable content catalogs for a new version.

    Declaration
    public static AsyncOperationHandle<List<string>> CheckForCatalogUpdates(bool autoReleaseHandle = true)
    Parameters
    Type Name Description
    bool 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.

    In This Article
    Back to top
    Copyright © 2025 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)