Animation Window Enhancer is a package that provides features to improve the usability of Unity's built-in Animation Window.
Displays curves representing value changes and gradient previews showing color changes for each row.
Shows a label for each curve to indicate the property associated with that curve.
- Open Package Manager from Window > Package Manager
- Click on the "+" button > Add package from git URL
- 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"
}
}