File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ namespace MyProject.Editor.CustomTools
122122
123123Here'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
128128from typing import Annotated, Any
@@ -158,7 +158,7 @@ async def capture_screenshot(
1581582 . Add ` screenshot_tool.py ` to the ** Python Files** list
1591593 . 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
164164using System .IO ;
You can’t perform that action at this time.
0 commit comments