Easing.Evaluate in vanilla PrimeTween #100
-
Would it be possible to implement Easing.Evaluate in PrimeTween without the need to add the DOTween adapter define? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
This feature is currently experimental and requires additional scripting compilation define: https://discussions.unity.com/t/primetween-high-performance-animations-and-sequences/926420/215 I’ll think on adding this feature to the production version of PrimeTween. But can you please explain your use case for it? |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for replying. I use it in places where one would use Mathf.Lerp, but DOVirtual.EasedValue offers more customization. |
Beta Was this translation helpful? Give feedback.
-
I added the |
Beta Was this translation helpful? Give feedback.
This feature is currently experimental and requires additional scripting compilation define: https://discussions.unity.com/t/primetween-high-performance-animations-and-sequences/926420/215
I’ll think on adding this feature to the production version of PrimeTween. But can you please explain your use case for it?