원클릭으로
live-editor
Control and verify a running Unity Editor with the low-token hera-agent-unity CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Control and verify a running Unity Editor with the low-token hera-agent-unity CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | live-editor |
| description | Control and verify a running Unity Editor with the low-token hera-agent-unity CLI. |
Use hera-agent-unity whenever work depends on the real Unity Editor state. Prefer dedicated commands over arbitrary C# execution.
Run these commands in order when first connecting:
hera-agent-unity doctor --json
hera-agent-unity status
hera-agent-unity list --compact
Report the project, port, Unity version, state, and tool count. If Unity is unreachable, ask the user to open the project with the connector installed.
Useful commands:
hera-agent-unity scene info
hera-agent-unity console --type error --lines 20
hera-agent-unity editor refresh --compile
hera-agent-unity editor play --wait
hera-agent-unity test --mode PlayMode
hera-agent-unity screenshot --view game
list --compact, bounded console reads, and shallow exec --depth 1 responses.scene, console, editor, test, describe_type, and other dedicated commands over exec.exec; return null or omit the return.UnityEngine.Object directly. Return only the fields needed.code, not message text.--strict when a logical failure must produce a non-zero exit.input commands as Unity EventSystem QA, not proof of a physical OS click.The complete command and agent guide is at https://github.com/NotNull92/hera-agent-unity/blob/main/AGENTS.md.