https://github.com/ivanmurzak/unity-ai-animation
AI-powered tools for Unity animation workflow. Create and modify AnimationClips and AnimatorControllers directly through natural language commands.
https://github.com/ivanmurzak/unity-ai-animation
ai animation gamedev mcp model-context-protocol unity
Last synced: about 1 month ago
JSON representation
AI-powered tools for Unity animation workflow. Create and modify AnimationClips and AnimatorControllers directly through natural language commands.
- Host: GitHub
- URL: https://github.com/ivanmurzak/unity-ai-animation
- Owner: IvanMurzak
- License: mit
- Created: 2025-12-22T23:19:52.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-25T10:20:08.000Z (5 months ago)
- Last Synced: 2026-01-26T00:57:55.355Z (5 months ago)
- Topics: ai, animation, gamedev, mcp, model-context-protocol, unity
- Language: C#
- Homepage:
- Size: 21.7 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Unity AI Animation
[](https://modelcontextprotocol.io/introduction)
[](https://openupm.com/packages/com.ivanmurzak.unity.mcp.animation/)
[](https://unity.com/releases/editor/archive)
[](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml)
[](https://discord.gg/cfbdMZX99G)
[](https://github.com/IvanMurzak/Unity-AI-Animation/stargazers)
[](https://github.com/IvanMurzak/Unity-AI-Animation/blob/main/LICENSE)
[](https://stand-with-ukraine.pp.ua)

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](https://github.com/IvanMurzak/Unity-MCP) platform.
### How to use
- [Instructions](https://github.com/IvanMurzak/Unity-MCP?tab=readme-ov-file#step-2-install-mcp-client)
- [Video Tutorial for Visual Studio Code](https://www.youtube.com/watch?v=ZhP7Ju91mOE)
- [Video Tutorial for Visual Studio](https://www.youtube.com/watch?v=RGdak4T69mc)
[](https://github.com/IvanMurzak/Unity-AI-Animation/releases/latest/download/AI-Animation-Installer.unitypackage)
### Stability status
| Unity Version | Editmode | Playmode | Standalone |
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2022.3.62f3 | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) |
| 2023.2.22f1 | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) |
| 6000.3.1f1 | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) | [](https://github.com/IvanMurzak/Unity-AI-Animation/actions/workflows/release.yml) |
## 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](https://github.com/IvanMurzak/Unity-AI-Animation/releases/latest/download/AI-Animation-Installer.unitypackage)**
- **📂 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](https://github.com/openupm/openupm-cli#installation)
- 📟 Open the command line in your Unity project folder
```bash
openupm add com.ivanmurzak.unity.mcp.animation
```