Skip to content

Commit aa2a03e

Browse files
authored
Merge pull request #46 from notargs/fix_project_setting_path
Fix MCPSettings path(Fixed a bug that prevented settings from being saved)
2 parents 4b6655c + 2a22a6e commit aa2a03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UnityNaturalMCPServer/Editor/MCPSetting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace UnityNaturalMCP.Editor
44
{
5-
[FilePath("UnityNaturalMCPSetting.asset", FilePathAttribute.Location.ProjectFolder)]
5+
[FilePath("ProjectSettings/UnityNaturalMCPSetting.asset", FilePathAttribute.Location.ProjectFolder)]
66
public sealed class MCPSetting : ScriptableSingleton<MCPSetting>
77
{
88
public string ipAddress = "localhost";

0 commit comments

Comments
 (0)