Skip to content

Commit 642db0d

Browse files
committed
Added LeanTween to the Tweening section.
1 parent d9317fc commit 642db0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Inspired by [awesome-ruby](https://github.com/markets/awesome-ruby), [awesome-ph
4242
* [GoKit (Free)](https://www.assetstore.unity3d.com/en/#!/content/3663) - An open source, lightweight tween library aimed at making tweening objects dead simple.
4343
* [HOTween (Free)](https://www.assetstore.unity3d.com/en/#!/content/3311) - Tween any numeric property or field (including Vectors, Rectangles, etc.), plus some non-numeric ones (like strings).
4444
* [iTween (Free)](https://www.assetstore.unity3d.com/en/#!/content/84) - A simple, and easy to use animation system.
45+
* [LeanTween (Free)](http://u3d.as/content/dented-pixel/lean-tween/31i) - FOSS, and also the most lightweight tweening library for Unity. Allows you to tween any value you have access to via the .value() method.
4546

4647
##UI
4748

0 commit comments

Comments
 (0)