unity_screenshot_scene
Capture a screenshot of the current Scene View camera and save it to a specified path, with optional custom width and height. Supports parallel-safe routing for multiple Unity instances.
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. |