Skip to content

Releases: breadnone/STween

v1.0.15

27 Jun 15:38
Compare
Choose a tag to compare

STween-v1.0.14

19 Mar 11:39
8efdbe4
Compare
Choose a tag to compare
  • Direct call to PlayerLoop
  • Change PlayerLoop's GetDefault to GetCurrent
  • Restructuring, cleanups

STween-v1.0.13

03 Mar 03:51
Compare
Choose a tag to compare
  • Fixed incorrect rotation math.
  • Replace Lerp with Slerp.
  • Fixed ease punch logic.
  • Fixed rotateAround that never get invoked due to wrong branching logic.
  • Proper function naming to match with the convention.

STween-v1.0.12

01 Mar 13:12
Compare
Choose a tag to compare
  • Transform pool fixes.
  • Edit-mode reset transform pool

STween-v1.0.11

01 Mar 10:25
Compare
Choose a tag to compare
  • Combine accuracy/stutter fixes
  • Fixed rotate NAN issue
  • Removed unused vars

STween-v1.0.1

01 Mar 08:40
e2ce709
Compare
Choose a tag to compare
  • Support for multiple tweens for single Transform/GameObject without special api.
  • Fix RotateAround.
  • Weighted average for multiple interpolations. Default is 0.5.
  • Rotation logic fixes.
  • Disabled setPoint for now due to issues related to pivot offsets.

STween-v1.0.0

27 Feb 09:38
Compare
Choose a tag to compare
main-release

Spline rotations, edit-mode fixes, enum reverts