Skip to content

Equivalent Method to DOBlendableLocalMoveBy in PrimeTween #55

Answered by KyryloKuzyk
dpshah1234 asked this question in FAQ
Discussion options

You must be logged in to vote

Hey @dpshah1234,

PrimeTween has 'blendable' tweens, but they are called 'additive'. Additive tweens are currently experimental because of this shortcoming (DOTween also has it):

But there is also one small caveat: 'additive' tweens accumulate floating point error over time. This error accumulation may not be a problem for rare animations, but if you repeat an additive tween thousands of times, the accumulated error may be significant. This is why this feature is experimental.

More info:
https://forum.unity.com/threads/primetween-high-performance-animations-and-sequences.1479609/#post-9241497
https://forum.unity.com/threads/primetween-high-performance-animations-and-sequences.1479609/pag…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by KyryloKuzyk
Comment options

You must be logged in to vote
1 reply
@KyryloKuzyk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
FAQ
Labels
None yet
3 participants