Hi everyone,
I’m using Addressables in Unity and encountering an error related to a previously created Addressables Group name. The issue is that the Addressables Group name (XXXXXXXX) no longer exists, but I still receive the following error message when importing a specific prefab (zzzz.prefab):
sql
コードをコピーする
[Error] [AddressableImporter] Failed to find group XXXXXXXX when importing Assets/ResourceAssets/Addressables/zzzz.prefab. Please check if the group exists, then reimport the asset.
I would like to remove the old Addressables Group name to prevent this error. How can I achieve this?
Thank you for your help!