docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GatherModifiedEntriesWithDependencies

    GatherModifiedEntriesWithDependencies(AddressableAssetSettings, string)

    Get a Dictionary of all modified values and their dependencies. Dependencies will be Addressable and part of a group with static content enabled.

    Declaration
    public static Dictionary<AddressableAssetEntry, List<AddressableAssetEntry>> GatherModifiedEntriesWithDependencies(AddressableAssetSettings settings, string cachePath)
    Parameters
    Type Name Description
    AddressableAssetSettings settings

    Addressable asset settings.

    string cachePath

    The cache data path.

    Returns
    Type Description
    Dictionary<AddressableAssetEntry, List<AddressableAssetEntry>>

    A dictionary mapping explicit changed entries to their dependencies.

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