unity-mcp/UnityMcpBridge/Editor/Tools
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
..
MenuItems Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
Prefabs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
CommandRegistry.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
CommandRegistry.cs.meta UnityMCP stability: robust auto-restart on compile/play transitions; stop on domain reload; start/stop locking; per-project sticky ports + brief release wait; Python discovery scans hashed+legacy files and probes; editor window live status refresh. 2025-08-07 15:53:53 -07:00
ManageAsset.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
ManageAsset.cs.meta UnityMCP stability: robust auto-restart on compile/play transitions; stop on domain reload; start/stop locking; per-project sticky ports + brief release wait; Python discovery scans hashed+legacy files and probes; editor window live status refresh. 2025-08-07 15:53:53 -07:00
ManageEditor.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
ManageEditor.cs.meta UnityMCP stability: robust auto-restart on compile/play transitions; stop on domain reload; start/stop locking; per-project sticky ports + brief release wait; Python discovery scans hashed+legacy files and probes; editor window live status refresh. 2025-08-07 15:53:53 -07:00
ManageGameObject.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
ManageGameObject.cs.meta UnityMCP stability: robust auto-restart on compile/play transitions; stop on domain reload; start/stop locking; per-project sticky ports + brief release wait; Python discovery scans hashed+legacy files and probes; editor window live status refresh. 2025-08-07 15:53:53 -07:00
ManageScene.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
ManageScene.cs.meta UnityMCP stability: robust auto-restart on compile/play transitions; stop on domain reload; start/stop locking; per-project sticky ports + brief release wait; Python discovery scans hashed+legacy files and probes; editor window live status refresh. 2025-08-07 15:53:53 -07:00
ManageScript.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
ManageScript.cs.meta UnityMCP stability: robust auto-restart on compile/play transitions; stop on domain reload; start/stop locking; per-project sticky ports + brief release wait; Python discovery scans hashed+legacy files and probes; editor window live status refresh. 2025-08-07 15:53:53 -07:00
ManageShader.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
ManageShader.cs.meta Update for ManageShader 2025-07-14 01:42:16 -04:00
McpForUnityToolAttribute.cs Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
McpForUnityToolAttribute.cs.meta Make it easier to add tools (#301) 2025-10-03 18:53:09 -04:00
MenuItems.meta Allow the LLMs to read menu items, not just execute them (#263) 2025-09-12 11:19:58 -04:00
Prefabs.meta Open and close prefabs in the stage view + create them (#283) 2025-09-26 19:28:56 -04:00
ReadConsole.cs Fix read_console includeStacktrace parameter behavior (#304) 2025-10-03 17:08:39 -07:00
ReadConsole.cs.meta UnityMCP stability: robust auto-restart on compile/play transitions; stop on domain reload; start/stop locking; per-project sticky ports + brief release wait; Python discovery scans hashed+legacy files and probes; editor window live status refresh. 2025-08-07 15:53:53 -07:00