This package adds functionality to display curve and color previews in Unity's built-in Animation Window DopeSheet.
- Open the Package Manager from Window > Package Manager
- Click on the "+" button and select Add package from git URL
- 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"
}
}Displays previews of curves and gradients in the DopeSheet.
Displays labels on curves in both the DopeSheet and the Curves Editor.
- 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.
- Color: The color of the label on each dope line.
- Font Size: The font size of the label on each dope line.
- 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.