An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)