unity_graphics_scene_capture
Captures the current Unity Scene View as a base64 PNG image for visual inspection of scene layout.
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 |
|---|---|---|---|
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| width | No | Image width in pixels (default: 512) | |
| height | No | Image height in pixels (default: 512) |