docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method EnumerateAddressableFolder

    EnumerateAddressableFolder(string, AddressableAssetSettings, bool, IBuildLogger)

    Collects and returns all the asset paths of a given Addressable folder entry

    Declaration
    public static List<string> EnumerateAddressableFolder(string path, AddressableAssetSettings settings, bool recurseAll, IBuildLogger logger = null)
    Parameters
    Type Name Description
    string path

    The path of the folder

    AddressableAssetSettings settings

    The AddressableAssetSettings used to gather sub entries.

    bool recurseAll

    Flag indicating if the folder should be traversed recursively.

    IBuildLogger logger

    Used to log messages during a build, if desired.

    Returns
    Type Description
    List<string>

    List of asset files in a given folder entry

    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)