unity_console_log
Retrieve recent Unity console log messages (errors, warnings, info) to debug issues. Supports filtering by type and specifying message count, with parallel-safe routing for multiple Unity instances.
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. |