Skip to content

Commit 37e7d67

Browse files
committed
Update docs so the paths match the original name
1 parent 1b478a0 commit 37e7d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CUSTOM_TOOLS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ namespace MyProject.Editor.CustomTools
122122

123123
Here's a complete example showing how to create a screenshot capture tool.
124124

125-
### Python File (`Assets/Editor/Screenshots/Python/screenshot_tool.py`)
125+
### Python File (`Assets/Editor/ScreenShots/Python/screenshot_tool.py`)
126126

127127
```python
128128
from typing import Annotated, Any
@@ -158,7 +158,7 @@ async def capture_screenshot(
158158
2. Add `screenshot_tool.py` to the **Python Files** list
159159
3. The file will automatically sync to the MCP server
160160

161-
### C# Handler (`Assets/Editor/Screenshots/CaptureScreenshotTool.cs`)
161+
### C# Handler (`Assets/Editor/ScreenShots/CaptureScreenshotTool.cs`)
162162

163163
```csharp
164164
using System.IO;

0 commit comments

Comments
 (0)