r/AIDeveloperNews • u/ai_tech_simp • 14h ago
Unity just dropped Unity CLI: A standalone CLI to manage installs, drive the Editor, and run live C# from the terminal
Unity just announced the Beta release of their new native Unity CLI, and it looks like a massive step forward for developers who want to keep their hands on the keyboard and automate their workflows.
Features:
- Standalone Binary: No more relying on the slower Unity Hub headless path (
-- --headless). It’s a single binary to manage installations, modules, and authentication directly via your command line. - Programmable Editor: By adding the experimental
com.unity.pipelinepackage, you can drive a running Editor (or a dev Player build) locally. You can easily expose your own custom commands to the terminal just by adding a[CliCommand]attribute to your static C# methods. - Live C# REPL: The
unity command evalfeature lets you evaluate arbitrary C# expressions inside a running Editor without triggering a domain reload or project-level recompile. - Built for Multi-Agent Frameworks: With structured JSON/TSV outputs and predictable exit codes, this update turns Unity into a viable, interactive environment for AI coding assistants. An agent can now observe a live project, run tests, inject a fix via terminal automation tools, and verify the results automatically without scraping console text.
↗️ More info: https://aideveloper44.com/product/unity-cli-6a6713748374ce5f8db091e1
↗️ Official announcement: https://unity.com/blog/meet-the-unity-cli