Skip to content

Releases: jeffreylanters/unity-tweens

Release v3.4.1

26 Jun 10:17
Compare
Choose a tag to compare
  • Resolved an issue where delegates will be invoked when explicitly asked not to [#46]

Release v3.4.0

11 Apr 14:20
Compare
Choose a tag to compare
  • Added support for await Tween Instances using Async en Enumerator methods. [#45]

Release v3.3.0

05 Mar 12:24
Compare
Choose a tag to compare
  • Resolved an issue where the Tween would not play on the expected timing [#42] [#43]

Release v3.2.2

06 Nov 14:59
Compare
Choose a tag to compare
  • Resolved an issue where the Tween would not play on the expected timing [#42] [#43]

Release v3.2.1

06 Nov 14:58
Compare
Choose a tag to compare
  • Minor configuration changes

Release v3.2.0

06 Sep 15:09
Compare
Choose a tag to compare
  • 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

30 Aug 11:23
Compare
Choose a tag to compare
  • 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

29 Aug 11:43
78545d1
Compare
Choose a tag to compare

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

20 Jul 13:36
Compare
Choose a tag to compare
  • Added onStart callback to all tweens
  • Fixed an issue where tweens without a duration would not trigger a completion event

Release v2.0.1

20 Jul 10:14
Compare
Choose a tag to compare

Removed deprecated functionality