unity_screenshot_game
Capture a screenshot of the Unity Game View. Save to a specified path with optional resolution multiplier.
Instructions
Capture a screenshot of the Game View. The screenshot is saved on the next frame render.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Save path (default: Assets/Screenshots/GameView_timestamp.png) | |
| port | No | Unity instance port (from unity_select_instance). Always include it when multiple instances run. | |
| superSize | No | Resolution multiplier (1 = normal, 2 = 2x, 4 = 4x) |