Method CreateContentUpdateGroup
CreateContentUpdateGroup(AddressableAssetSettings, List<AddressableAssetEntry>, string)
Create a new AddressableAssetGroup with the items and mark it as remote.
Declaration
public static void CreateContentUpdateGroup(AddressableAssetSettings settings, List<AddressableAssetEntry> items, string groupName)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetSettings | settings | The settings object. |
List<AddressableAssetEntry> | items | The items to move. |
string | groupName | The name of the new group. |