unity-mcp/UnityMcpBridge/Editor
dsarno ff736012fa
Fix read_console includeStacktrace parameter behavior (#304)
The includeStacktrace parameter was working backwards - when false,
it would return the full message with embedded stack traces, and when
true, it would extract the stack trace but the logic was inverted.

Changes:
- Always extract the first line as the message text
- Only populate stackTrace field when includeStacktrace is true
- Ensures clean, summary-only messages when includeStacktrace is false
- Properly separates stack traces into their own field when requested

This matches the expected Unity console behavior where the summary
is shown by default, and stack traces are only shown when expanded.
2025-10-03 17:08:39 -07:00
..
Data Autoformat (#297) 2025-09-30 16:25:33 -04:00
Dependencies Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
External Autoformat (#297) 2025-09-30 16:25:33 -04:00
Helpers Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
Models Add Codex to autoconfig options (#288) 2025-09-26 18:05:30 -04:00
Setup feat: Unity Asset Store compliance with post-installation dependency setup (#281) 2025-10-03 16:43:40 -04:00
Tools Fix read_console includeStacktrace parameter behavior (#304) 2025-10-03 17:08:39 -07:00
Windows Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
AssemblyInfo.cs Autoformat (#297) 2025-09-30 16:25:33 -04:00
AssemblyInfo.cs.meta Allow the LLMs to read menu items, not just execute them (#263) 2025-09-12 11:19:58 -04:00
Data.meta restructured project 2025-04-08 06:14:13 -04:00
Dependencies.meta feat: Unity Asset Store compliance with post-installation dependency setup (#281) 2025-10-03 16:43:40 -04:00
External.meta Add Codex to autoconfig options (#288) 2025-09-26 18:05:30 -04:00
Helpers.meta restructured project 2025-04-08 06:14:13 -04:00
MCPForUnity.Editor.asmdef Rename namespace and public facing plugin output from "Unity MCP" to "MCP for Unity" (#225) 2025-08-20 15:59:49 -04:00
MCPForUnity.Editor.asmdef.meta Rename namespace and public facing plugin output from "Unity MCP" to "MCP for Unity" (#225) 2025-08-20 15:59:49 -04:00
MCPForUnityBridge.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
MCPForUnityBridge.cs.meta Rename namespace and public facing plugin output from "Unity MCP" to "MCP for Unity" (#225) 2025-08-20 15:59:49 -04:00
Models.meta restructured project 2025-04-08 06:14:13 -04:00
Setup.meta feat: Unity Asset Store compliance with post-installation dependency setup (#281) 2025-10-03 16:43:40 -04:00
Tools.meta restructured project 2025-04-08 06:14:13 -04:00
Windows.meta restructured project 2025-04-08 06:14:13 -04:00