Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 674 Bytes

UnityCustomAnimationTrackDrawer

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

Demo: Demo Snip

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.