unity_graphics_game_capture
Capture the Game View camera as a base64 PNG image to see what the player sees in Unity.
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 |
|---|---|---|---|
| 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) | |
| cameraName | No | Name of camera to use (default: Camera.main / MainCamera tag) |