Method UpdateAssetGroup
UpdateAssetGroup(AddressableAssetSettings, AddressableAssetEntry, bool)
Updates the group the asset should belong to. Assets will be stored in groups for the Locale they are used by unless they are used by more than 1 Locale, then they will be moved to the shared group.
Declaration
protected virtual void UpdateAssetGroup(AddressableAssetSettings settings, AddressableAssetEntry assetEntry, bool createUndo)
Parameters
Type | Name | Description |
---|---|---|
AddressableAssetSettings | settings | |
AddressableAssetEntry | assetEntry | |
bool | createUndo | Used to indicate if an Undo operation should be created. |