Scene / Unload
How to Call
unity-mcp-cli run-tool scene-unload --input '{
"name": "string_value"
}'
For complex input (multi-line strings, code), save the JSON to a file and use:
unity-mcp-cli run-tool scene-unload --input-file args.jsonOr pipe via stdin (recommended):
unity-mcp-cli run-tool scene-unload --input-file - <<'EOF' {"param": "value"} EOF
Troubleshooting
If unity-mcp-cli is not found, either install it globa
[Description truncada. Veja o README completo no GitHub.]