docs.unity.cn
    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 Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use