Replies: 1 comment 1 reply
-
|
I found out that there are additive functions available. This issue is almost fully resolved now, but it would be great if there were documentation that explains these functions, including those under the EXPERIMENTAL symbol. This library has been a huge help in improving performance. Thank you for creating it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can you add a feature similar to Dotween’s Relative to the WithDirection function in TweenSettings?
For example, when using Tween.Position, I want it to move to the current position plus the target value instead of moving to the target position itself. The implementation is simple, but I don’t want the extra struct copy that would occur because of it. Also, this would let me create a single TweenSettings in the inspector and have multiple objects reuse it.
Beta Was this translation helpful? Give feedback.
All reactions