Skip to content

Commit 2f26086

Browse files
update pyproject.toml path
1 parent 64b7712 commit 2f26086

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

UnityMcpBridge/Editor/Helpers/ServerInstaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ public static void EnsureServerInstalled()
3333
}
3434
else
3535
{
36-
string pyprojectPath = Path.Combine(saveLocation, ServerFolder, "src");
36+
string pyprojectPath = Path.Combine(
37+
saveLocation,
38+
ServerFolder,
39+
"src",
40+
"pyproject.toml"
41+
);
3742
string installedVersion = ParseVersionFromPyproject(pyprojectPath);
3843
string latestVersion = GetLatestVersion();
3944

0 commit comments

Comments
 (0)