Skip to content

Commit 9f96619

Browse files
authored
Merge pull request RyanNielson#81 from sonnybae/fix-gokit-link
Fix link to GoKit Tween Library
2 parents 9b0c6d2 + 4835df0 commit 9f96619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Thanks to all the [contributors](https://github.com/ryannielson/awesome-unity/gr
110110
## Tweening
111111

112112
* [DOTween](https://www.assetstore.unity3d.com/en/#!/content/27676) - Tween any numeric property or field (including Vectors, Rectangles, etc.), plus some non-numeric ones (like strings). This is the follow-up to HOTween.
113-
* [GoKit](https://www.assetstore.unity3d.com/en/#!/content/3663) - An open source, lightweight tween library aimed at making tweening objects dead simple.
113+
* [GoKit](https://github.com/prime31/GoKit) - An open source, lightweight tween library aimed at making tweening objects dead simple.
114114
* [iTween](https://www.assetstore.unity3d.com/en/#!/content/84) - A simple, and easy to use animation system.
115115
* [LeanTween](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.
116116

0 commit comments

Comments
 (0)