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. |