unity_screenshot_scene
Capture a screenshot of the Scene View camera and instantly get the saved file path.
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) | |
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| width | No | Image width (default: 1920) | |
| height | No | Image height (default: 1080) |