unity-cli - control the Unity Editor from the command line
Single-binary C# CLI for driving the Unity Editor headlessly. No MCP, no Python bridge, no plugin: just a native binary that talks to the editor process.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webhatayama/unity-cli-loop
github.com · Apr 29, 2026
magicblock-labs/Solana.Unity-SDK
github.com · Apr 24, 2026
The Grand Unity Governance Vote: Results Are In
blog.opengamefoundation.org · Apr 18, 2026
FunplayAI/funplay-unity-mcp
github.com · Apr 17, 2026
Setting up Navmesh in Unity
dennisse-pd.medium.com · Apr 17, 2026
Related entries
Dev Proxy - simulate API failures from CLI
Microsoft .NET CLI that proxies your app's HTTP traffic and injects throttling, timeouts, error responses, and chaos. Useful for hardening AI agents and apps against flaky upstreams.
Claudraband - persistent, resumable Claude Code sessions over HTTP and ACP
Wraps the real Claude Code TUI with a session lifecycle layer. Resumable non-interactive workflows, HTTP daemon for remote/headless control, ACP server for editor integrations (Zed, Toad). Drives your existing Claude Code install rather than reimplementing it - keeps skills, hooks, MCPs, and approvals intact.
unclog - find and fix Claude Code context bloat
CLI that scans ~/.claude for MCPs, skills, hooks, and CLAUDE.md files, shows how many tokens each consumes before you type, and lets you remove items with reversible snapshots.
hunch - on-device shell command generator
macOS Tahoe CLI that uses Apple's 3B Foundation model with few-shot retrieval over 21k tldr examples to produce shell commands locally in under a second.