Performance comparison of the most popular tween libraries for Unity. #10
KyryloKuzyk
announced in
Announcements
Replies: 1 comment 1 reply
-
niiice! but also curious why yours is slower on delay? also typo in leantween sequence start? |
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
-
Performance comparison of the most popular tween libraries for Unity.
All benchmarks in this article are performed with the official Performance testing API and can be easily replicated by cloning the Benchmarks repo. For a detailed comparison of PrimeTween vs. DOTween, please visit the dedicated article.
Runtime Performance
GC Memory Allocations
How to run the benchmarks?
After cloning the Benchmarks repo, open the 'Window/General/Test Runner' and run the tests on the target platform by pressing the 'Run All Tests (TargetPlatform)' button.
This repo has the
PRIME_TWEEN_DISABLE_ASSERTIONS
define. PrimeTween heavily uses assertions in development builds, and this define will disable them to match the release performance in tests.Noticed an error in the measurement method? Or have something to add? You are welcome to join the discussion.
Beta Was this translation helpful? Give feedback.
All reactions