unity_graphics_scene_capture
Capture the current Scene View as a base64 PNG image for visual inspection. Specify width, height, and target Unity instance port for parallel-safe routing.
Instructions
Capture the current Scene View as an inline image. Returns base64 PNG that Claude can see directly. Use to visually inspect the scene layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Image width in pixels (default: 512) | |
| height | No | Image height in pixels (default: 512) | |
| 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. |