unity_graphics_game_capture
Capture the Game View camera as a base64 PNG image, allowing AI to see what the player sees in the Unity Editor.
Instructions
Capture the Game View camera as an inline image. Returns base64 PNG that Claude can see directly. Use to see what the player sees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Image width in pixels (default: 512) | |
| height | No | Image height in pixels (default: 512) | |
| cameraName | No | Name of camera to use (default: Camera.main / MainCamera tag) | |
| 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. |