Releases: jeffreylanters/unity-tweens
Releases · jeffreylanters/unity-tweens
Release v3.4.1
- Resolved an issue where delegates will be invoked when explicitly asked not to [#46]
Release v3.4.0
- Added support for await Tween Instances using Async en Enumerator methods. [#45]
Release v3.3.0
Release v3.2.2
Release v3.2.1
- Minor configuration changes
Release v3.2.0
- Resolved an issue where domain reloading could result in unexpected behaviour in the Unity Editor
- Various improvements and new features in the Tween Inspector
Release v3.1.0
- Added offset parameter to the
Tween
class. - Added new options to- and improved the Tweens Inspector.
- Added OnAdd delegate
- Added OnFinally delegate
Release v3.0.0
I'm proud to announce the release of Tweens 3.0.0 for Unity. This release introduces a whole new architecture with an improved Tween builder!
- New architecture with an improved Tween builder
- Support for new Tween types
- Reusable Tween builders
- Automatic Tween from and to inheritance
- Tween Inspector for analyzing and debugging Tweens
- Various bug fixes and performance improvements
Release v2.1.0
- Added onStart callback to all tweens
- Fixed an issue where tweens without a duration would not trigger a completion event
Release v2.0.1
Removed deprecated functionality