unity_screenshot_game
Capture a screenshot of the Unity Game View, saving it to a specified path with optional resolution scaling. Use the port parameter to target a specific Unity instance in multi-instance workflows.
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) | |
| superSize | No | Resolution multiplier (1 = normal, 2 = 2x, 4 = 4x) | |
| 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. |