Powered by DOTween. Tweening Components is a package that provides a set of preset scriptable objects to animate UGUI in Unity.
https://github.com/Tirtstan/Tweening-Components.git
- TextMeshPro
- DOTween
In your Unity project, install DOTween.
Important
Create an Assembly Definition for DOTween.
In the Package Manager, Click the Plus Button > Install the package from a git URL...
and paste the following in:
https://github.com/Tirtstan/Tweening-Components.git
In your Project tab, Right Click > Create > Tweening
.
Done!
Tweening Components provides an Example scene in the Samples tab (or Samples
)!