Unity Agent For Claude Code banner
KULEEEE KULEEEE

Unity Agent For Claude Code

Development community

Description

This is Claude Code Tool for Unity Shader.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Unity Agent

**AI-powered Unity Editor tools — Error auto-fix & Shader analysis via Claude Code**

┌──────────────────────────────────┐
│        Unity Editor              │
│  ┌────────────────────────────┐  │     WebSocket      ┌──────────────┐     MCP(stdio)     ┌─────────────┐
│  │   Error Solver             │  │◄─────────────────► │  Node.js     │◄──────────────────►│  AI Coding  │
│  │   Shader Inspector         │  │   localhost:8090   │  MCP Server  │                    │  Assistant  │
│  └────────────────────────────┘  │                    └──────────────┘                    └─────────────┘
│                                  │                           ▲
│  Server auto-starts when any     │                           │ stdio
│  tool window opens               │                    ┌──────┴───────┐
└──────────────────────────────────┘                    │  shader-ls   │
                                                        │  (LSP Server)│
                                                        └──────────────┘

Features

Error Solver

Unity 에러를 자동으로 수집하고, AI가 분석 + 코드 수정까지 해주는 도구.

  • 실시간 에러 수집Application.logMessageReceived + CompilationPipeline
  • Solve 버튼 — 에러 선택 후 클릭하면 AI가 소스 읽고 → 원인 분석 → 코드 수정
  • 스트리밍 응답 — AI 작업 진행 상황 실시간 표시
  • 소스 바로가기 — 에러 발생 파일/라인 클릭으로 IDE 이동

https://github.com/user-attachments/assets/afc01579-e968-4505-81ac-1c56985d0e70

Shader Inspector

셰이더 분석, 머티리얼 검사, AI 채팅이 통합된 에디터 윈도우.

  • Shaders 탭 — 셰이더 목록, 컴파일, 배리언트 분석, AI 분석
  • Materials 탭 — 머티리얼 목록, 프로퍼티/키워드 조회
  • AI Chat 탭 — 셰이더 컨텍스트 기반 자유 대화
  • Include Graph — #include 의존성 그래프 시각화

Frame Debugger AI *(v0.11.0)*

AI 기반 프레임 디버깅 도구. Unity Frame Debugger 데이터를 AI가 분석하여 렌더링 병목과 배치 브레이크 원인을 찾아줍니다.

  • Overview 탭 — 프레임 요약: 이벤트 수, 버텍스/인덱스 카운트, 이벤트 타입 히스토그램, 핫스팟 Top-12, 셰이더별 통계, 배치 브레이크 원인 분석
  • Events 탭 — 전체 프레임 이벤트 목록, 클릭하면 셰이더/패스/렌더 스테이트 상세 조회
  • Compare 탭 — 두 이벤트 간 diff 비교 (셰이더, 키워드 변경, 렌더 스테이트 차이, 배치 브레이크 전환)
  • AI Chat 탭