zigurous / unity-animation-library

⏳🐌 Assets and scripts for animating Unity objects.

Home Page:https://docs.zigurous.com/com.zigurous.animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animation Library

The Animation Library package contains assets and scripts for animating Unity objects. Animation behaviors include Blink, FollowPath, Move, Orbit, Rotate, Scale, SmoothFollow, SmoothLookAt, and more. The package also contains several animation-related data structures and predefined avatar masks.

Reference

Installation

Use the Unity Package Manager to install the Animation Library package.

  1. Open the Package Manager in Window > Package Manager
  2. Click the add (+) button in the status bar
  3. Select Add package from git URL from the add menu
  4. Enter the following Git URL in the text box and click Add:
https://github.com/zigurous/unity-animation-library.git

Namespace

Import the package namespace in each script or file you want to use it. You may need to regenerate project files/assemblies first.

using Zigurous.Animation;

About

⏳🐌 Assets and scripts for animating Unity objects.

https://docs.zigurous.com/com.zigurous.animation

License:MIT License


Languages

Language:C# 100.0%