Method CreateUniqueBundle
CreateUniqueBundle(AssetBundleBuild, Dictionary<string, string>)
Create new AssetBundleBuild
Declaration
protected static AssetBundleBuild CreateUniqueBundle(AssetBundleBuild bid, Dictionary<string, string> bundleToAssetGroup)
Parameters
| Type | Name | Description | 
|---|---|---|
| AssetBundleBuild | bid | ID for new AssetBundleBuild  | 
    
| Dictionary<string, string> | bundleToAssetGroup | Map of bundle names to asset group Guids  | 
    
Returns
| Type | Description | 
|---|---|
| AssetBundleBuild | Asset Bundle build map entry  |