The Unity CLI: manage Unity from your terminal
- Developer Tools
- AI
- Programming
- Infrastructure
Unity’s post introduced a new CLI for managing projects, builds, and live editor or player interactions from the terminal. The notable bit is not “Unity has a command line now.” Unity already had batch and headless modes. The new piece is a cleaner, structured interface that can talk to a running Editor or Player, return machine-readable output, and expose the same surface to scripts and AI agents.
If you use Unity, treat this as a practical automation surface, not just an AI feature. The immediate win is cleaner build, test, and release pipelines, but the bigger leverage comes if you also separate engine-independent game logic from Unity-specific code so more of your stack can run without the editor at all.
-
unity.com
- Discuss on HN