Unity releases official plugin for agentic development assistants
Unity has published the unity-agent-plugin on GitHub for agentic development assistants. It integrates with Claude Code and Codex, is in beta status, and targets Unity 6 and newer. The plugin adds a set of skills to agents based on documented Unity practices and helps build, monetize, and grow games.
Working with the plugin is based on natural language: just describe the task in words — for example, “add in-app purchases” or “make a settings screen” — and the agent will select the needed skill on its own. The README provides other example requests: fix blurry pixel sprites, show rewarded video ads, create a hexagonal tile palette, resolve issues with displaying Chinese characters in TextMeshPro, or check ScriptableRendererFeature for Render Graph problems. The full list of skills is available in the skills catalog.
Installation varies by platform. In Claude Code, you need to run two slash commands within a session: first add the marketplace, then install the plugin. You can also use the CLI claude with the commands plugin marketplace add and plugin install. For Codex, similar commands are available: codex plugin marketplace add and codex plugin add. You can verify installation in different ways: in Claude Code, type /unity: to see the list of skills; in Codex, run codex plugin list, where the plugin should appear as installed and enabled, with version 0.1.0-beta.
If standard commands are unavailable, manual installation is possible: clone the repository and create a symbolic link in the ~/.claude/skills/unity folder. The plugin will automatically load the next time Claude Code starts. The source code is distributed under the Unity Companion License, and separate branding rules apply for using Unity logos and trademarks.
At the time of publication, the repository had 243 stars and 21 forks, with open issues and pull requests. Unity encourages reporting bugs and suggestions through the Unity Discussions forum. The release of the plugin is a notable step by Unity toward closer integration with agentic AI tools, which are increasingly used in game development to automate routine tasks and speed up prototyping.
The project is in beta, and its stability may vary. The manufacturer claims support for Unity 6 and newer, but unexpected difficulties may arise on real projects. Users are advised to monitor repository updates and report issues.
Primary source: github.com ↗