screenshot-capture
Capture a screenshot of the Unity Game or Scene view as a PNG file. Returns the file path for visual verification of game state, UI layout, or rendering issues.
Instructions
Capture a screenshot of the Game view (Play Mode) or Scene view (Edit Mode) and save it as a PNG file. Returns the file path so Claude can use the Read tool to view the image. Useful for visually verifying game state, UI layout, or debugging rendering issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Optional tag prefix for the filename (e.g. 'before-fix', 'ui-check'). If omitted, the filename is 'screenshot_<timestamp>.png'. | |
| width | No | Output width in pixels (default: 960). | 960 |
| height | No | Output height in pixels (default: 540). | 540 |
| superSize | No | Super-sampling multiplier for higher quality (1-4, default: 1). Only applies to Play Mode captures. | 1 |