Skip to content

Releases: zigurous/unity-tweening-system

2.0.0

25 May 18:54
Compare
Choose a tag to compare

Changed

  • Overhauled internal code to be more optimized and memory efficient
  • Sequences can now be controlled and managed the same way as any other tween

Added

  • Hundreds of predefined extension methods for tweening properties on common Unity objects
  • More generic types are now compatible with the tweening system

1.0.1

13 Apr 18:18
Compare
Choose a tag to compare

Changed

  • Package name and description

1.0.0

24 Mar 09:04
Compare
Choose a tag to compare

Added

  • Scripts
    • Ease
    • EaseFunction
    • Sequence
    • Settings
    • Tween
    • Tween+Chaining
    • Tweener
    • TweenState
    • TweenUpdater
  • Tweenable Objects
    • Audio
    • Camera
    • CanvasGroup
    • Graphic
    • Light
    • SpriteRenderer
    • TextMesh
    • Transform