Skip to content

Commit 88a6491

Browse files
committed
Rabbit: "Fix identifier collision between different package roots."
1 parent b1f696d commit 88a6491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCPForUnity/Editor/Helpers/ServerInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ internal static string GetToolsFolderIdentifier(string toolsFolderPath)
604604
(grandparent.Name.Equals("Assets", StringComparison.OrdinalIgnoreCase) ||
605605
grandparent.Name.Equals("Packages", StringComparison.OrdinalIgnoreCase)))
606606
{
607-
return $"{name}_MCPForUnityTools";
607+
return $"{grandparent.Name}_{name}_MCPForUnityTools";
608608
}
609609

610610
current = grandparent;

0 commit comments

Comments
 (0)