BuildAssetBundleOptions.CompleteAssets
Description

Forces inclusion of the entire asset.

For example if you pass a Mesh into the BuildPipeline.BuildAssetBundle function and use CompleteAssets it would also include the game object and any animation clips in the same asset.

See Also: BuildPipeline.BuildAssetBundle.