We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b6655c + 2a22a6e commit aa2a03eCopy full SHA for aa2a03e
1 file changed
UnityNaturalMCPServer/Editor/MCPSetting.cs
@@ -2,7 +2,7 @@
2
3
namespace UnityNaturalMCP.Editor
4
{
5
- [FilePath("UnityNaturalMCPSetting.asset", FilePathAttribute.Location.ProjectFolder)]
+ [FilePath("ProjectSettings/UnityNaturalMCPSetting.asset", FilePathAttribute.Location.ProjectFolder)]
6
public sealed class MCPSetting : ScriptableSingleton<MCPSetting>
7
8
public string ipAddress = "localhost";
0 commit comments