An open API service indexing awesome lists of open source software.

https://github.com/hokageminato/unitycustomanimationtrackdrawer

A simple property drawer which draws an animation track according to the data fed.
https://github.com/hokageminato/unitycustomanimationtrackdrawer

animator-unity custom-unityanimator-track-editor unity unity-editor unity-editor-gui unity3d

Last synced: 5 months ago
JSON representation

A simple property drawer which draws an animation track according to the data fed.

Awesome Lists containing this project

README

          

# UnityCustomAnimationTrackDrawer

A simple property drawer which draws an animation track according to the data fed.

Demo:
![Demo Snip]( https://i.ibb.co/CMSw0BH/Animation-Track.png )

Usage:
public Frame

Usecases:
Set FrameData array to display custom timelines and highlights using FrameEvents.
(Im using debug inspector to showcase the features but setting values in FrameData property works easily)

- Flexible layout ensuring maxium accessibility.
- Easily traverse, zoom the track for overall evaluation.

At present FrameTrackData class contains boilerplate code to add and remove tooltips at for each frames.

You can easily bend it around as per your needs.