Unity ships a CLI that lets AI agents operate running game projects

The beta lets producers, artists, QA staff and agents work through a browser, REST API or CLI, with general availability planned for November.

By ยท Published

Why it matters

Unity is turning the Editor into a programmable endpoint for entire production teams and AI agents. The planned subscription-and-consumption model could also expand Create revenue beyond traditional Editor seats.

An AI agent interacting with a low-poly game asset within a game project (Low-poly 3D illustration with a matte, almost paper-craft texture, integrating subtle digital overlay elements)

Unity has opened a closed beta that lets game-production teams and AI agents work with Unity projects without requiring every participant to operate inside the Editor, extending the engine through a web dashboard, REST API and command-line interface.

Unity said in a July 21st post on X that it is building an API and services that connect Unity productions to the other tools used by game studios. The post followed a July 15th announcement in Unity's official community forum, which placed the beta launch after a demonstration at Unite Seoul.

The system, called the Unity Production Pipeline, is designed to give different roles distinct ways into the same project. Producers can inspect playable builds in a browser. Artists can submit assets from their existing tools. Engineers can automate work from a terminal. QA staff, external partners and software agents can validate content, leave feedback or trigger builds without installing the Editor.

Unity describes the product in direct terms: "Only one person touches the Editor; everyone else works the same project from the tools they already use."

That changes the boundary around Unity's core product. The Editor remains the main environment for engineering and deep authoring, according to Unity. The new service turns the surrounding production process into a cloud access layer, handling project context, permissions and connections to other tools.

The Editor becomes an automation target

The production-pipeline beta arrives alongside the Unity CLI, a standalone command-line tool released on July 20th. The CLI can install and manage Unity editors, modules, projects and authentication without opening Unity Hub. It supports structured JSON and TSV output, service-account authentication for continuous integration systems, and defined exit codes that scripts and software agents can interpret.

An experimental package called com.unity.pipeline goes further. On Unity 6.0 LTS and newer, it lets the CLI send commands to a running Editor or development build over a local interface. Developers can mark their own C# methods as callable commands, while an eval function can execute C# inside a running Unity instance without waiting for a project-level recompile.

Unity is explicitly positioning that interface as an execution layer for AI development tools. An agent can inspect a scene, change a component, run tests, enter Play mode and examine the result. Unity's own AI products can use the same interface, while third-party assistants and studio-built agents can connect to it as well.

The local runtime interface is disabled by default, restricted to localhost and intended for development and QA builds. Unity also says its C# evaluation function requires a security token. Those controls matter because the interface can reach the engine, Editor APIs and project-specific commands exposed by developers.

A cloud product with pricing still unsettled

The broader production service runs on Unity Cloud. During the closed beta, it connects to GitHub and Unity Version Control repositories without requiring a migration. Unity says more version-control integrations are planned later in 2026.

Access is controlled through project-level permissions, with role-based access for outside collaborators and audit logging for write operations. Unity says data is encrypted at rest and in transit. The initial service is multi-tenant, while private-cloud and data-residency options remain on the longer-term roadmap.

The beta is free and is being offered to a limited group of studios. Unity says the services are not yet supported for production use. Teams are being admitted on a rolling basis ahead of planned public availability in November 2026.

Unity has not set final commercial terms. Its product page says general-availability pricing is expected to combine a subscription with consumption charges for storage, computing and data transfer. That structure would give Unity a way to earn revenue from the wider production team and its automated workloads, rather than tying the service solely to Editor users.

The timing carries financial weight. In its first-quarter 2026 results, Unity reported $157 million in Create Solutions revenue, up 4% from the same period in 2025. Unity attributed part of the comparison to lower cloud and hosting revenue following a 2025 portfolio reset. Strategic Create revenue, which excludes businesses Unity classifies as non-strategic, rose 15% to about $154 million.

Under CEO Matthew Bromberg, a former Zynga chief operating officer who took Unity's top job in May 2024, Unity has been narrowing its portfolio while investing in its engine, advertising system and AI tools. Production Pipeline connects those priorities: it keeps the Editor at the center of game development while giving Unity a cloud service that can charge for collaboration, automation and agent activity around it.

Whether studios adopt that backbone will depend on reliability, integrations and pricing that Unity has yet to publish. The technical direction is already clear. Unity wants its engine to remain where games are authored while its APIs become the route through which the rest of the production organization, including software agents, reaches the project.

Reader comments

Conversation for this story loads after sign-in.