{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method LoadContentCatalogAsync | Addressables | 1.21.17
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    Method LoadContentCatalogAsync

    LoadContentCatalogAsync(string, string)

    Additively load catalogs from runtime data.

    선언
    public static AsyncOperationHandle<IResourceLocator> LoadContentCatalogAsync(string catalogPath, string providerSuffix = null)
    파라미터
    타입 이름 설명
    string catalogPath

    The path to the runtime data.

    string providerSuffix

    This value, if not null or empty, will be appended to all provider ids loaded from this data.

    반환
    타입 설명
    AsyncOperationHandle<IResourceLocator>

    The operation handle for the request.

    참고

    You can cache content catalog by providing the hash file created for the catalog by the Addressables content build at the same URL as the catalog JSON file. The Addressables system uses this hash file to determine if the cached catalog needs to be updated. If the value in the hash file has not changed since the last time you loaded the same catalog, this function loads the cached version instead of downloading the catalog. If the hash value has changed or if no hash file is provided, Addressables downloads the catalog from the specified path before loading it into memory.

    See also: Managing catalogs at runtime

    LoadContentCatalogAsync(string, bool, string)

    Additively load catalogs from runtime data.

    선언
    public static AsyncOperationHandle<IResourceLocator> LoadContentCatalogAsync(string catalogPath, bool autoReleaseHandle, string providerSuffix = null)
    파라미터
    타입 이름 설명
    string catalogPath

    The path to the runtime data.

    bool autoReleaseHandle

    If true, the async operation handle will be automatically released on completion. Typically, there is no reason to hold on to the handle for this operation.

    string providerSuffix

    This value, if not null or empty, will be appended to all provider ids loaded from this data.

    반환
    타입 설명
    AsyncOperationHandle<IResourceLocator>

    The operation handle for the request.

    참고

    You can cache content catalog by providing the hash file created for the catalog by the Addressables content build at the same URL as the catalog JSON file. The Addressables system uses this hash file to determine if the cached catalog needs to be updated. If the value in the hash file has not changed since the last time you loaded the same catalog, this function loads the cached version instead of downloading the catalog. If the hash value has changed or if no hash file is provided, Addressables downloads the catalog from the specified path before loading it into memory.

    See also: Managing catalogs at runtime

    문서 개요
    맨 위로
    Copyright © 2023 Unity Technologies — 상표 및 이용약관
    • 법률정보
    • 개인정보처리방침
    • 쿠키
    • 내 개인정보 판매 금지
    • Your Privacy Choices (Cookie Settings)