https://github.com/needle-tools/animation-utils
This package contains some utilities that help working with Unity's Timeline and Animation tools, for example drag & drop to fix ⚠ missing clip bindings
https://github.com/needle-tools/animation-utils
Last synced: 7 months ago
JSON representation
This package contains some utilities that help working with Unity's Timeline and Animation tools, for example drag & drop to fix ⚠ missing clip bindings
- Host: GitHub
- URL: https://github.com/needle-tools/animation-utils
- Owner: needle-tools
- Created: 2022-08-07T13:47:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T13:14:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-24T08:04:50.501Z (7 months ago)
- Language: C#
- Homepage:
- Size: 451 KB
- Stars: 77
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- anything_about_game - animation-utils
README
# Animation Utils 🏇
## Features
- Replace missing AnimationClip bindings via Drag & Drop
_Tip: hold ALT while dragging to replace existing bindings_
- Copy & Paste Bindings from/to PlayableDirectors when duplicating Timeline assets
Please [**see the package readme**](./package) for more information 😊
## Installation
Quick install using [this Needle Installer](https://package-installer.glitch.me/v1/installer/OpenUPM/com.needle.animation-utils?registry=https://package.openupm.com) (just download and drop into your Unity project)
### Use Needle Installer 🚀
1. [Click here](https://package-installer.glitch.me/v1/installer/OpenUPM/com.needle.animation-utils?registry=https://package.openupm.com) to download a Needle installer .unitypackage.
2. Drop it into your project to install this package from [OpenUPM](https://openupm.com/packages/com.needle.animation-utils/)
3. That's it
Add from OpenUPM | via scoped registry
This package is available on OpenUPM: https://openupm.com/packages/com.needle.animation-utils
To add it the package to your project:
- open `Edit/Project Settings/Package Manager`
- add a new Scoped Registry:
```
Name: OpenUPM
URL: https://package.openupm.com/
Scope(s): com.needle
```
- click Save
- open Package Manager
- click +
- select Add from Git URL
- paste `com.needle.animation-utils`
- click Add
## Contact ✒️
[needle — tools for unity](https://needle.tools) •
[Discord Community](https://discord.needle.tools) •
[@NeedleTools](https://twitter.com/NeedleTools) •
[@marcel_wiessler](https://twitter.com/marcel_wiessler) •
[@hybridherbst](https://twitter.com/hybridherbst)