Hello,
i want to make the following sequence by code to avoid errors:
- check if a group exist
- create a group
- add object to group
- change the adressable name
what should i use in editor to do the following?
Hello,
i want to make the following sequence by code to avoid errors:
what should i use in editor to do the following?
Using AddressableAssetSettingsDefaultObject.Settings you have access to methods like
FindGroup, CreateGroup or CreateOrMoveEntry. That should be all you need.