unity_screenshot_scene
Capture a screenshot of the Unity Scene View camera and get the saved file path. Use for documenting scenes or creating previews.
Instructions
Capture a screenshot of the Scene View camera. Returns immediately with the saved file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Save path (default: Assets/Screenshots/SceneView_timestamp.png) | |
| width | No | Image width (default: 1920) | |
| height | No | Image height (default: 1080) | |
| port | No | Target Unity instance port for parallel-safe routing. Get this from unity_select_instance. When working with multiple Unity instances, ALWAYS include this parameter. |