Skip to content

Releases: AnnulusGames/MagicTween

v0.2.1

05 Nov 02:56
Compare
Choose a tag to compare

What's Changed

  • Remove MagicTween.Experimental

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Nov 02:07
Compare
Choose a tag to compare

What's Changed

  • Improved performance
  • Completely reduce GC allocation
  • TweenPlugin/TweenOptions related API release
  • Added tween option optimized for Transform
  • Breaking API changes regarding Tween for ECS
  • Fixed some bugs related to Sequence
  • Fixed other minor bugs

Full Changelog: v0.1.10...v0.2.0

Migration

This release contains some breaking changes. For migration from v0.1, please refer to migration.md.

v0.1.10

26 Oct 07:55
693ab12
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where TextMeshPro tween did not work after changing the text

Full Changelog: v0.1.9...v0.1.10

v0.1.9

24 Oct 22:19
f8fd81e
Compare
Choose a tag to compare

What's Changed

  • Optimized tween creation
  • Fixed a bug where callback was not set correctly

Full Changelog: v0.1.8...v0.1.9

v0.1.8

24 Oct 14:22
45b0147
Compare
Choose a tag to compare

What's Changed

  • ArchetypeStorage now supports Burst
  • Fixed a bug that Sequence callback does not work correctly
  • Updated Unity editor version

Full Changelog: v0.1.7...v0.1.8

v0.1.7

15 Oct 05:20
2cdd165
Compare
Choose a tag to compare

What's Changed

  • Added World existence check to TweenLinkTrigger

Full Changelog: v0.1.6...v0.1.7

v0.1.6

30 Sep 00:18
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug where the tween duration of Japanese text was incorrect
  • Fixed problem with nested callbacks causing structural changes

Full Changelog: v0.1.5...v0.1.6

v0.1.5

26 Sep 12:31
0986e2d
Compare
Choose a tag to compare

What's Changed

  • Add IsActive check to TweenEntityTrigger
  • Add check if entity has component

Full Changelog: v0.1.4...v0.1.5

v0.1.4

23 Sep 01:18
Compare
Choose a tag to compare

What's Changed

  • Added assertion for invalid arguments
  • Fixed error occurs when using Tween.KillAll() with id

Full Changelog: v0.1.3...v0.1.4

v0.1.3

22 Sep 07:06
Compare
Choose a tag to compare

What's Changed

  • Fixed error when waiting for tween
  • Fixed error when enabling the Enter Play Mode Option
  • Fixed typo "SetFreqnency" -> "SetFrequency" by @potistudio in #4

New Contributors

Full Changelog: v0.1.2...v0.1.3