Skip to content

Commit 7b71db8

Browse files
author
Michael Lohr
authored
updated navigation, added tons of new links, remove outdated ones (in commits before)
closes michidk#1
1 parent 0b4889a commit 7b71db8

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

README.md

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,32 @@ Please report broken links, outdated assets and spelling mistakes.
66
The links are in no particular order.
77

88
Navigation:
9-
- [GameObjects](#gameobjects)
9+
- [GameObjects & Transforms](#gameobjects--transforms)
10+
- [Movement & Animation](#movement--animation)
1011
- [Controls & Input](#controls--input)
11-
- [Movement](#movement)
12+
- [Character Controller](#character-controller)
13+
- [AI & Pathfinding](#ai--pathfinding)
14+
- [Physics](#physics)
1215
- [Particles](#particles)
13-
- [Animation](#animation)
1416
- [Meshes & Construction](#meshes--construction)
17+
- [Materials & Shading](#materials--shading)
1518
- [2D](#2d)
16-
- [Physics](#physics)
17-
- [AI & Pathfinding](#ai--pathfinding)
1819
- [Networking](#networking)
1920
- [VR](#vr)
2021
- [Sound & Music](#sound--music)
2122
- [UI](#ui)
22-
- [Materials & Shading](#materials--shading)
23-
- [Lightning](#lightning)
2423
- [Post-Processing & Rendering](#post-processing--rendering)
2524
- [Mobile](#mobile)
26-
- [Misc](#misc)
25+
- [Debug](#debug)
2726
- [Editor](#editor)
2827
- [Tools](#tools)
2928
- [Editors](#editors)
3029
- [Inspector Extensions](#inspector-extensions)
3130
- [Importer](#importer)
32-
- [Libraries](#libraries)
31+
- [Serialization & Web](#serialization--web)
32+
- [Social SDKs](#social-sdks)
3333
- [API Extensions & Helper](#api-extensions--helper)
3434
- [Design Patterns](#design-patterns)
35-
- [Serialization](#serialization)
36-
- [Social SDKs](#social-sdks)
37-
- [Collections & Utils](#collections--utils)
3835
- [Other](#other)
3936

4037

@@ -111,6 +108,8 @@ Navigation:
111108
* [UNet Authoritative Networking](https://github.com/atrakeur/unity-unet-authoritative-networking) - authoritative networking implementation
112109

113110
## VR
111+
* [SteamVR](https://github.com/ValveSoftware/steamvr_unity_plugin) - VR SDK
112+
* [The Lab Renderer](https://www.assetstore.unity3d.com/en/#!/content/63141) - VR renderer by Valve
114113
* [VRTK](https://github.com/thestonefox/VRTK) - contains useful scripts for building VR games
115114
* [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR) - VR physics and interactions
116115
* [Cutie Keys](https://github.com/NormalVR/CutieKeys/) - VR keyboard
@@ -177,7 +176,7 @@ Navigation:
177176
* [UberLogger](https://github.com/bbbscarter/UberLogger) - advanced logging API, improved editor console & ingame console
178177

179178
## Editor
180-
#### Tools
179+
### Tools
181180
* [REX Diagnostics](https://thorgeirk11.github.io/REX-Diagnostics/) - runtime evaluation of c# expressions
182181
* [Better Defines](https://github.com/TarasOsiris/Better-Defines) - platform dependent preprocessor directive manager
183182
* [Unity File Debug](https://github.com/Sacred-Seed-Studio/Unity-File-Debug) - enhanced logging
@@ -225,6 +224,22 @@ Navigation:
225224
* [Unity Excel Importer Maker](https://github.com/tsubaki/Unity-Excel-Importer-Maker) - excel
226225
* [Unity Psd Importer](https://github.com/ChemiKhazi/UnityPsdImporter) - advanced psd import
227226

227+
## Serialization & Web
228+
* [Full Serializer](https://github.com/jacobdufault/fullserializer) - custom serializer
229+
* [Json.Net](https://github.com/SaladLab/Json.Net.Unity3D) - Newtonsoft Json.NET
230+
* [SQLite4Unity3d](https://github.com/codecoding/SQLite4Unity3d) - sql lite
231+
* [UnityHTTP](https://github.com/andyburke/UnityHTTP) - http library
232+
233+
## Social SDKs
234+
* [Google Analytics Plugin](https://github.com/googleanalytics/google-analytics-plugin-for-unity) - Google Analytics
235+
* [Google Play Games Plugin](https://github.com/playgameservices/play-games-plugin-for-unity) - Google Play plugin
236+
* [Facebook SDK](https://github.com/facebook/facebook-sdk-for-unity) - Facebook sdk
237+
* [Reign Unity Plugin](https://github.com/reignstudios/Reign-Unity-Plugin5) - unified mobile api
238+
* [GetSocial SDK](https://github.com/getsocial-im/getsocial-unity-sdk) - community api
239+
* [SOOMLA Framework](https://github.com/soomla/unity3d-store) - store api
240+
* [Steamworks.NET](https://github.com/rlabrecque/Steamworks.NET) - c# wrapper for valve's Steamworks API
241+
* [Facepunch.Steamworks](https://github.com/Facepunch/Facepunch.Steamworks) - Steamworks C# API (not all features implemented, but better API)
242+
228243
## API Extensions & Helper
229244
* [Camera Extension](https://gist.github.com/TarasOsiris/a8904989c18424bcdf73) - a better way of manipulating the culling mask
230245
* [Download Manager](https://gist.github.com/asus4/2490117) - simple file downloads
@@ -248,22 +263,6 @@ Navigation:
248263
* [Zenject](https://github.com/modesttree/Zenject) - depedency injection framework
249264
* [UniRx](https://github.com/neuecc/UniRx) - unity reactive extensions implementation
250265

251-
## Serialization & Web
252-
* [Full Serializer](https://github.com/jacobdufault/fullserializer) - custom serializer
253-
* [Json.Net](https://github.com/SaladLab/Json.Net.Unity3D) - Newtonsoft Json.NET
254-
* [SQLite4Unity3d](https://github.com/codecoding/SQLite4Unity3d) - sql lite
255-
* [UnityHTTP](https://github.com/andyburke/UnityHTTP) - http library
256-
257-
## Social SDKs
258-
* [Google Analytics Plugin](https://github.com/googleanalytics/google-analytics-plugin-for-unity) - Google Analytics
259-
* [Google Play Games Plugin](https://github.com/playgameservices/play-games-plugin-for-unity) - Google Play plugin
260-
* [Facebook SDK](https://github.com/facebook/facebook-sdk-for-unity) - Facebook sdk
261-
* [Reign Unity Plugin](https://github.com/reignstudios/Reign-Unity-Plugin5) - unified mobile api
262-
* [GetSocial SDK](https://github.com/getsocial-im/getsocial-unity-sdk) - community api
263-
* [SOOMLA Framework](https://github.com/soomla/unity3d-store) - store api
264-
* [Steamworks.NET](https://github.com/rlabrecque/Steamworks.NET) - c# wrapper for valve's Steamworks API
265-
* [Facepunch.Steamworks](https://github.com/Facepunch/Facepunch.Steamworks) - Steamworks C# API (not all features implemented, but better API)
266-
267266
## Other
268267
* [Unity Right Click](https://gist.github.com/adamtuliper/48a6e2ce3d9b5e72be36) - windows context menu extension: 'open with unity'
269268
* [No Hot-Reload](https://capeguy.co.uk/2015/06/no-more-unity-hot-reload/) - prevent unity hot-reloads

0 commit comments

Comments
 (0)