Posts

Showing posts with the label Unity

Unity's Official Codex and Claude Code Plugin: Setup and Safe Workflows

Image
The hardest problem when using a coding agent on a Unity project is rarely a complete lack of code. It is code that looks plausible while mixing current APIs with habits from older Unity releases. Unity's new official plugins for Claude Code and Codex try to reduce that problem by giving agents first-party, task-specific skills maintained by the Unity teams that own those features. This guide explains where the plugin is installed, how to verify it, how the Codex and Claude Code editions differ, how to write useful requests, and what still needs human review. It is based on Unity's public documentation and announcements checked on September 23, 2026. It does not claim results from running the plugin on a production project. Short version The Unity plugin is not an Asset Store package. It is a collection of agent skills for Unity 6.0 and later. The Codex release starts with 31 skills and Unity CLI workflows; Unity's official forum explicitly says it is not an MCP server. ...