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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 for more information 😊

Installation

Quick install using this Needle Installer (just download and drop into your Unity project)

Use Needle Installer 🚀

  1. Click here to download a Needle installer .unitypackage.
  2. Drop it into your project to install this package from OpenUPM
  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 unityDiscord Community@NeedleTools@marcel_wiessler@hybridherbst

About

This package contains some utilities that help working with Unity's Timeline and Animation tools, for example drag & drop to fix ⚠ missing clip bindings


Languages

Language:C# 100.0%