Releases: breadnone/STween
Releases · breadnone/STween
v1.0.15
STween-v1.0.14
- Direct call to PlayerLoop
- Change PlayerLoop's GetDefault to GetCurrent
- Restructuring, cleanups
STween-v1.0.13
- 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
- Transform pool fixes.
- Edit-mode reset transform pool
STween-v1.0.11
- Combine accuracy/stutter fixes
- Fixed rotate NAN issue
- Removed unused vars
STween-v1.0.1
- 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
main-release Spline rotations, edit-mode fixes, enum reverts