Skip to content

Commit ef48b4f

Browse files
committed
Added bolt to networking and changed ordering.
1 parent f672ddf commit ef48b4f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Inspired by [awesome-ruby](https://github.com/markets/awesome-ruby), [awesome-ph
1010
- [AI](#ai)
1111
- [Character Controllers](#character-controllers)
1212
- [Input](#input)
13+
- [Networking](#networking)
1314
- [Tweening](#tweening)
1415
- [UI](#ui)
1516
- [Visual Scripting](#visual-scripting)
@@ -37,6 +38,11 @@ Inspired by [awesome-ruby](https://github.com/markets/awesome-ruby), [awesome-ph
3738
* [InControl (Free)](https://github.com/pbhogan/InControl) - An input manager that tames makes handler cross-platform. controller input easy.
3839
* [TouchKit (Free)](https://github.com/prime31/TouchKit) - Makes it easy to recognize gestures and other touch input.
3940

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+
4046
## Tweening
4147

4248
* [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
5460
* [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.
5561
* [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.
5662

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-
6163
# Projects
6264

6365
A list of awesome projects made using Unity.
@@ -66,8 +68,8 @@ A list of awesome projects made using Unity.
6668

6769
## Tutorials
6870

69-
* [Offcial Video Tutorials](http://unity3d.com/learn/tutorials/modules) - The official tutorials for scripting, animation, audio, and almost anything Unity related.
7071
* [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.
7173
* [Unity Patterns](http://unitypatterns.com/) - Software pattern tutorials and free tools for Unity.
7274

7375
# Contributing

0 commit comments

Comments
 (0)