Let an AI agent compile, test, and operate your Unity project from popular LLM tools via CLI. Designed to keep AI-driven development loops running autonomously inside your existing Unity projects.
Unity-animation-basic-Project/ ├── Assets/ │ ├── Animations/ # .anim clips and Blend Tree assets │ │ ├── Idle.anim # Idle animation clip │ │ ├── Walk.anim │ │ ├── Run.anim │ │ └── Jump.anim ...