From 8fe73be7aee3667f3d317ebf467f57f478e6d04b Mon Sep 17 00:00:00 2001 From: Shutong Wu <51266340+Scriptwonder@users.noreply.github.com> Date: Sat, 13 Dec 2025 18:33:20 -0500 Subject: [PATCH] Minor Fix on Advanced Setting UI (#459) * [FIX] Input refinment on Advanced Settings Add a browse for server and make the source input more than readonly --- .../Components/Settings/McpSettingsSection.cs | 38 ++++++++++++++++++- .../Settings/McpSettingsSection.uxml | 3 +- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/MCPForUnity/Editor/Windows/Components/Settings/McpSettingsSection.cs b/MCPForUnity/Editor/Windows/Components/Settings/McpSettingsSection.cs index 1489304..59a3bb6 100644 --- a/MCPForUnity/Editor/Windows/Components/Settings/McpSettingsSection.cs +++ b/MCPForUnity/Editor/Windows/Components/Settings/McpSettingsSection.cs @@ -28,6 +28,7 @@ namespace MCPForUnity.Editor.Windows.Components.Settings private Button clearUvxButton; private VisualElement uvxPathStatus; private TextField gitUrlOverride; + private Button browseGitUrlButton; private Button clearGitUrlButton; private TextField deploySourcePath; private Button browseDeploySourceButton; @@ -76,6 +77,7 @@ namespace MCPForUnity.Editor.Windows.Components.Settings clearUvxButton = Root.Q