All notable changes to this project will be documented in this file.
- changed DashTweenCore no longer uses HideFlags.HideAndDontSave due to Unity issue
- changed DashTweenCore Reset method is now accessible runtime
- added some wip debugging for tweens
- changed how tweens are cleaned to avoid cleaning dependency in middle of update cycle
- changed interface access changed to internal
- added useSpeed for speed based tweening
- added more extension methods
- changed iteration without additional allocation
- changed null checks option on Unity objects validity during updates
- fixed Color tweening now has correct type
- added relative functionality
- fixed update callbacks for Color tweening
- added functionality to tween also vector2/vector3/color
- added first extensions for Transform and Graphic
- initial release