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

This package adds functionality to display curve and color previews in Unity's built-in Animation Window DopeSheet.

license

Installation

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

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

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

Features

Curve and Gradient Preview

Displays previews of curves and gradients in the DopeSheet.

curve and color preview

Show Labels

Displays labels on curves in both the DopeSheet and the Curves Editor.

label

Preferences

preferences

Curve

  • Default Heatmap: The heatmap used for curves without an override.
  • Heatmap Overrides: Overrides the heatmap for specific curves based on property name.
  • Resolution: The number of points per frame used to draw the curve.

Label

  • Color: The color of the label on each dope line.
  • Font Size: The font size of the label on each dope line.

Others

  • Color Band Height: The height of the color band on dope lines for color properties.
  • Parent Dope Line Color: The color of the dope line that has child lines.

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