Feature list:
- Added comments to undocumented classses from the v0.9.8 release, i.e.
PriorityQueue
, theHeap
s,ActionList
,AStar
, and others. - Added new Ease component, including implementations for easing transform parameters,
EasePositionTo
,EaseRotationTo
,EaseEulerRotationTo
, andEaseScaleTo
, as well as a sample scene showing various uses of them. - Move easing files from Math to the Animation folder.
- Updated readme to include various feature samples & gifs.
Bug Fixes:
- Fixed
HorizontalLine
editor utility not drawing height correctly (it was alwaysEditorGUIUtility.singleLineHeight
.