Property BundleMode
BundleMode
Controls how bundles are packed. If set to PackTogether, a single asset bundle will be created for the entire group, with the exception of scenes, which are packed in a second bundle. If set to PackSeparately, an asset bundle will be created for each entry in the group; in the case that an entry is a folder, one bundle is created for the folder and all of its sub entries.
Declaration
public BundledAssetGroupSchema.BundlePackingMode BundleMode { get; set; }
Property Value
Type | Description |
---|---|
BundledAssetGroupSchema.BundlePackingMode |