Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Disable Unity's runtime profiler. Idempotent — calling when already disabled returns the current disabled state.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 2% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -72% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -64% | 0% |
Sets UnityEngine.Profiling.Profiler.enabled = false. Returns the post-call value of Profiler.enabled (expected false).
Uses only built-in Unity APIs (UnityEngine.Profiling). No external Unity package is required.
bashunity-mcp-cli run-tool profiler-stop --input '{ "nothing": "string_value" }'
> For complex input (multi-line strings, code), save the JSON to a file and use: > bash > unity-mcp-cli run-tool profiler-stop --input-file args.json > > > Or pipe via stdin (recommended): > bash > unity-mcp-cli run-tool profiler-stop --input-file - <<'EOF' > {"param": "value"} > EOF >
If unity-mcp-cli is not found, either install it globally (npm install -g unity-mcp-cli) or use npx unity-mcp-cli instead. Read the /unity-initial-setup skill for detailed installation instructions.
| Name | Type | Required | Description | |------|------|----------|-------------| | nothing | string | No | |
json{ "type": "object", "properties": { "nothing": { "type": "string" } } }
json{ "type": "object", "properties": { "result": { "type": "boolean" } }, "required": [ "result" ] }
Other measured skills in the registry, with their headline benchmark lift.