You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Map 'info' log type to Unity's 'Log' type for console log retrieval
The get_console_logs tool was unable to retrieve info logs because MCP's "info"
parameter didn't match Unity's internal "Log" type string. Added mapping logic
to convert "info" to "Log" before filtering log entries.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments