Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Releases: jeffcampbellmakesgames/unity-jtween

v1.0.1 Release

31 May 08:54

Choose a tag to compare

Instructions

When importing JTween via this Unity Package only, make sure to also import the following native Unity packages at the referenced versions. In the future this will be automated.

"com.unity.burst": "1.0.4",
"com.unity.collections": "0.0.9-preview.20",
"com.unity.jobs": "0.0.7-preview.13",
"com.unity.mathematics": "1.0.1",

Changes Since Last Release

v1.0.0

This release marks the first official version of JTween and supports the following features:

  • Single and Batch Tweens for Transforms supporting animation of Position, Rotation, and Scaling properties.
  • ITweenHandles
  • Started and Stopped Events
  • Tween Collections (ITweenSet and ITweenSequence)

For more details on getting started with JTween and using it in your project, please visit the following links:

1.0.1

Fixed issue with package dependency versions for preview versions