unity_console_log
Retrieve recent Unity console log messages (errors, warnings, info) for debugging. Filter results by count and message type.
Instructions
Get recent Unity console log messages (errors, warnings, info). Useful for debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of recent messages to retrieve (default: 50) | |
| type | No | Filter: 'error', 'warning', 'info', or 'all' (default: 'all') | |
| 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. |