We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e433c0a commit 0c0ab92Copy full SHA for 0c0ab92
UnityMcpBridge/UnityMcpServer~/src/tools/manage_script_edits.py
@@ -104,13 +104,7 @@ def _flip():
104
return
105
except Exception:
106
pass
107
- # Best‑effort, single-shot; avoid retries during reload window
108
- send_command_with_retry(
109
- "execute_menu_item",
110
- {"menuPath": "MCP/Flip Reload Sentinel"},
111
- max_retries=0,
112
- retry_ms=0,
113
- )
+ # Removed best‑effort menu flip; rely on import/compile triggers instead
114
115
116
0 commit comments