Hello, fellow developers!
I’m recently working on the project which uses a lot of tween, but I just don’t know how do I tween instances from specified time, such as:
As you can see, this is a EasingStyle.Sine, EasingDirection.InOut.
What I want to do is playing from t=0.5 (which is middle of tween progress) and ending at t=1.
Do you have any ideas for it? thanks in advance!