This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
·
2 commits
to master
since this release
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:
- https://jeffcampbellmakesgames.github.io/unity-jtween/getting_started.html
- https://jeffcampbellmakesgames.github.io/unity-jtween/usage.html
1.0.1
Fixed issue with package dependency versions for preview versions