Unity AI Animation
AI-powered tools for Unity animation workflow. Create and modify AnimationClips and AnimatorControllers directly through natural language commands. Automate repetitive animation tasks like setting up state machines, configuring transitions, and adding keyframes. Ideal for rapid prototyping, procedural animation generation, and streamlining complex animator setups. Built on top of the AI Game Developer platform.
How to use
Stability status
| Unity Version | Editmode | Playmode | Standalone |
|---|---|---|---|
| 2022.3.62f3 | |||
| 2023.2.22f1 | |||
| 6000.3.1f1 |
AI Animation Tools
AnimationClip tools:
animation-create- Create AnimationClip asset files (.anim)animation-get-data- Get AnimationClip data (curves, events, frame rate, wrap mode)animation-modify- Modify AnimationClip (set/remove curves, add events, set properties)
AnimatorController tools:
animator-create- Create AnimatorController asset files (.controller)animator-get-data- Get AnimatorController data (layers, states, parameters, transitions)animator-modify- Modify AnimatorController (add/remove states, parameters, transitions)
Installation
Option 1 - Installer
- ⬇️ Download Installer
- 📂 Import installer into Unity project
- You can double-click on the file - Unity will open it automatically
- OR: Open Unity Editor first, then click on
Assets/Import Package/Custom Package, and choose the file
Option 2 - OpenUPM-CLI
- ⬇️ Install OpenUPM-CLI
- 📟 Open the command line in your Unity project folder
openupm add com.ivanmurzak.unity.mcp.animation