by nuskey8
Provides integration of any AI agent (Gemini CLI, Claude Code, Codex CLI, etc.) with the Unity editor using Agent Client Protocol
# Add to your Claude Code skills
git clone https://github.com/nuskey8/UnityAgentClientEnglish | 日本語
Provides integration of any AI agent (Gemini CLI, Claude Code, Codex CLI, etc.) with the Unity editor using Agent Client Protocol(ACP).

Unity Agent Client is an editor extension that uses the Agent Client Protocol (ACP) proposed by Zed to enable any AI agent to run on the Unity editor.
Agent Client Protocol is a new protocol proposed by Zed to connect AI agents and code editors. It is a protocol based on JSON-RPC and is designed with integration with MCP (Model Context Protocol) in mind.
Zed enables the integration of external AI agents into editors using ACP. Unity Agent Client adopts a similar approach, implementing an ACP Client as an editor extension, allowing any AI agent to run on the Unity editor.
Currently, Gemini CLI provides experimental support (--experimental-acp), and Zed's adapters enable ACP compatibility for Claude Code, Codex CLI, and others. A list of AI agents supporting ACP can be found at the following page:
https://agentclientprotocol.com/overview/agents
From Unity 6.2 onwards, the official Unity AI can be used. So why use Unity Agent Client?
Unity AI uses models provided by Unity, which means users cannot choose the optimal model for their needs. Additionally, Unity AI requires dedicated tokens (points), making it mandatory to connect Unity projects to Unity Cloud.
Unity Agent Client does not depend on specific LLM providers or agents, allowing users to integrate their preferred AI agents into the editor. Furthermore, ACP supports integration with MCP, enabling users to connect any MCP server of their choice.
Unity Agent Client requires Unity 2021.3 or later and a Node.js runtime.
Unity Agent Client depends on the AgentClientProtocol package, which must be installed from NuGet.
Use NugetForUnity (recommended) or add all dependency packages as DLLs to the project.
Open the Package Manager and enter the following URL in + > Add package from git URL...:
https://github.com/nuskey8/UnityAgentClient.git?p...