Skip to content

Commit 6e55f48

Browse files
committed
Changed LeanTween url to lower the amount of clicks required
1 parent 945a8f9 commit 6e55f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +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.
45+
* [LeanTween (Free)](https://www.assetstore.unity3d.com/en/#!/content/3595) - FOSS, and also the most lightweight tweening library for Unity. Allows you to tween any value you have access to via the .value() method.
4646

4747
##UI
4848

0 commit comments

Comments
 (0)