-
Notifications
You must be signed in to change notification settings - Fork 867
Description
Hey! I'm getting a GUID conflict error on every domain reload when both com.coplaydev.unity-mcp and com.unity.ai.assistant (2.0.0-pre.1) are installed:
GUID [7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d] for asset 'Packages/com.coplaydev.unity-mcp/Editor/Clients/Configurators/QwenCodeConfigurator.cs' conflicts with:
'Packages/com.unity.ai.assistant/Modules/Unity.AI.Generators.IO/Srp/AssemblyInfo.cs' (current owner)
We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.
The GUID 7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d in QwenCodeConfigurator.cs.meta looks like a hand-crafted placeholder (sequential hex). All other .meta files in the
Configurators/ folder have proper auto-generated GUIDs. Could you regenerate this one with a random GUID in a future release? That would fix the conflict. Thanks!