nuskey8/UnityAgentClient

259 stars · Last commit 2025-11-05

Provides integration of any AI agent (Gemini CLI, Claude Code, Codex CLI, etc.) with the Unity editor using Agent Client Protocol

README preview

# Unity Agent Client

[![GitHub license](https://img.shields.io/github/license/nuskey8/UnityAgentClient)](./LICENSE)
![Unity 2021.3+](https://img.shields.io/badge/unity-2021.3+-000.svg)

English | [日本語](README_JA.md)

Provides integration of any AI agent (Gemini CLI, Claude Code, Codex CLI, etc.) with the Unity editor using Agent Client Protocol(ACP).

![demo](/docs/images/img-demo.gif)

## Overview

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.

### Features

- Integrate any AI agent into the Unity editor
- Supports all AI agents compatible with ACP (Gemini CLI, Claude Code, Codex CLI, etc.)
- Utilize assets and editor information as context

View full repository on GitHub →