Skip to content

Provides functionality to display curve and color previews on Unity's built-in Animation Window DopeSheet.

License

Notifications You must be signed in to change notification settings

yuyu0127/AnimationWindowEnhancer

Repository files navigation

Animation Window Enhancer

Overview

Animation Window Enhancer is a package that provides features to improve the usability of Unity's built-in Animation Window.

Features

DopeSheet Tab Enhancement

Displays curves representing value changes and gradient previews showing color changes for each row.

Curve Tab Enhancement

Shows a label for each curve to indicate the property associated with that curve.

Setup

Requirements

Installation

  1. Open Package Manager from Window > Package Manager
  2. Click on the "+" button > Add package from git URL
  3. Enter the following URL:
https://github.com/yuyu0127/AnimationWindowEnhancer.git

Or open Packages/manifest.json and add the following to the dependencies block:

{
    "dependencies": {
        "com.yuyu.animationwindowenhancer": "https://github.com/yuyu0127/AnimationWindowEnhancer.git"
    }
}

License

MIT License

About

Provides functionality to display curve and color previews on Unity's built-in Animation Window DopeSheet.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages