AnnulusGames / LitMotion

Lightning-fast and Zero Allocation Tween Library for Unity.

Home Page:https://annulusgames.github.io/LitMotion/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any plan for preset or reusable configuration?

laicasaane opened this issue · comments

Do you have plan for preset configuration that can be saved in a MonoBehaviour or ScriptableObject so we can mirror the functionality of DOTween Animation?

image

I'm skeptical that LitMotion needs such a feature. I've been using DOTweenPro for a long time, but I've never used the DOTween Animation component. I think Timeline is a better way to build animations without writing code. (You can easily create tweens on Timeline by using TweenPlayables.)