- Add async methods using Awaitable on Unity 2023.1+
- Add TweenGroup overloads with custom target but using the group's duration
- Add built-in accessor for Time.timeScale to the static plugin
- Fix tween not overwritten if overwriting tween is started in the same frame as it ends
- Add a few more built-in accessors for the static plugin
- Fix compilation without "com.unity.ugui" package installed
- Fix
WaitForTweenDuration
not respecting the tween's timing
- Fix tweens failing with Error when target Unity Object is destroyed before the tween is initialized, instead of only logging a Debug message
- Fix overwriting overlap check with tweens with different lengths
- Fix tweens getting started before their delay
- Fix tweens getting updated before their delay
- Add
package.json
for Unity package manager - Fix documentation link
- Initial release of version 3