You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Inspired by [awesome-ruby](https://github.com/markets/awesome-ruby), [awesome-ph
10
10
-[AI](#ai)
11
11
-[Character Controllers](#character-controllers)
12
12
-[Input](#input)
13
+
-[Networking](#networking)
13
14
-[Tweening](#tweening)
14
15
-[UI](#ui)
15
16
-[Visual Scripting](#visual-scripting)
@@ -37,6 +38,11 @@ Inspired by [awesome-ruby](https://github.com/markets/awesome-ruby), [awesome-ph
37
38
*[InControl (Free)](https://github.com/pbhogan/InControl) - An input manager that tames makes handler cross-platform. controller input easy.
38
39
*[TouchKit (Free)](https://github.com/prime31/TouchKit) - Makes it easy to recognize gestures and other touch input.
39
40
41
+
## Networking
42
+
43
+
*[Photon Unity Networking (Free)](https://www.assetstore.unity3d.com/en/#!/content/1786) - Plug and play cloud networking that also works for local hosting. Free for up to 20 concurrent users.
44
+
*[Bolt](https://www.assetstore.unity3d.com/en/#!/content/18358) - Build networked games without having to know the details of networking or write any complex networking code.
45
+
40
46
## Tweening
41
47
42
48
*[GoKit (Free)](https://www.assetstore.unity3d.com/en/#!/content/3663) - An open source, lightweight tween library aimed at making tweening objects dead simple.
@@ -54,10 +60,6 @@ Inspired by [awesome-ruby](https://github.com/markets/awesome-ruby), [awesome-ph
54
60
*[Playmaker](https://www.assetstore.unity3d.com/en/#!/content/368) - Quickly make gameplay prototypes, A.I. behaviors, animation graphs, interactive objects, and more using finite state machines.
55
61
*[Shader Forge](https://www.assetstore.unity3d.com/en/#!/content/14147) - A node-based shader editor giving you the artistic freedom of shader creation in a visual, with no need to code.
56
62
57
-
## Networking
58
-
59
-
*[Photon Unity Networking (Free)](https://www.assetstore.unity3d.com/en/#!/content/1786) - Plug and play cloud networking that also works for local hosting. Free for up to 20 concurrent users.
60
-
61
63
# Projects
62
64
63
65
A list of awesome projects made using Unity.
@@ -66,8 +68,8 @@ A list of awesome projects made using Unity.
66
68
67
69
## Tutorials
68
70
69
-
*[Offcial Video Tutorials](http://unity3d.com/learn/tutorials/modules) - The official tutorials for scripting, animation, audio, and almost anything Unity related.
70
71
*[Catlike Coding](http://catlikecoding.com/unity/tutorials/) - Tutorials designed for learning the C# scripting side of Unity.
72
+
*[Official Video Tutorials](http://unity3d.com/learn/tutorials/modules) - The official tutorials for scripting, animation, audio, and almost anything Unity related.
71
73
*[Unity Patterns](http://unitypatterns.com/) - Software pattern tutorials and free tools for Unity.
0 commit comments