docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method PrepGroupBundlePacking

    PrepGroupBundlePacking(AddressableAssetGroup, List<AssetBundleBuild>, BundledAssetGroupSchema, Func<AddressableAssetEntry, bool>)

    Compatibility wrapper for PrepGroupBundlePacking(AddressableAssetGroup, List<AssetBundleBuild>, BundledAssetGroupSchema, Func<AddressableAssetEntry, bool>). See that method for parameter and return semantics.

    Declaration
    public static List<AddressableAssetEntry> PrepGroupBundlePacking(AddressableAssetGroup assetGroup, List<AssetBundleBuild> bundleInputDefs, BundledAssetGroupSchema schema, Func<AddressableAssetEntry, bool> entryFilter = null)
    Parameters
    Type Name Description
    AddressableAssetGroup assetGroup

    The group to pack.

    List<AssetBundleBuild> bundleInputDefs

    Bundle definitions to append to for the build pipeline.

    BundledAssetGroupSchema schema

    Bundled asset schema controlling packing mode.

    Func<AddressableAssetEntry, bool> entryFilter

    Optional filter excluding entries from packing.

    Returns
    Type Description
    List<AddressableAssetEntry>

    All entries that were gathered for packing.

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