Skip to content

Commit 4835df0

Browse files
committed
Fix link to GoKit Tween Library
GoKit Tween Library has been deprecated from the Unity Asset Store. The link has been changed to the GitHub repo
1 parent 9b0c6d2 commit 4835df0

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)