@@ -6,35 +6,32 @@ Please report broken links, outdated assets and spelling mistakes.
6
6
The links are in no particular order.
7
7
8
8
Navigation:
9
- - [ GameObjects] ( #gameobjects )
9
+ - [ GameObjects & Transforms] ( #gameobjects--transforms )
10
+ - [ Movement & Animation] ( #movement--animation )
10
11
- [ Controls & Input] ( #controls--input )
11
- - [ Movement] ( #movement )
12
+ - [ Character Controller] ( #character-controller )
13
+ - [ AI & Pathfinding] ( #ai--pathfinding )
14
+ - [ Physics] ( #physics )
12
15
- [ Particles] ( #particles )
13
- - [ Animation] ( #animation )
14
16
- [ Meshes & Construction] ( #meshes--construction )
17
+ - [ Materials & Shading] ( #materials--shading )
15
18
- [ 2D] ( #2d )
16
- - [ Physics] ( #physics )
17
- - [ AI & Pathfinding] ( #ai--pathfinding )
18
19
- [ Networking] ( #networking )
19
20
- [ VR] ( #vr )
20
21
- [ Sound & Music] ( #sound--music )
21
22
- [ UI] ( #ui )
22
- - [ Materials & Shading] ( #materials--shading )
23
- - [ Lightning] ( #lightning )
24
23
- [ Post-Processing & Rendering] ( #post-processing--rendering )
25
24
- [ Mobile] ( #mobile )
26
- - [ Misc ] ( #misc )
25
+ - [ Debug ] ( #debug )
27
26
- [ Editor] ( #editor )
28
27
- [ Tools] ( #tools )
29
28
- [ Editors] ( #editors )
30
29
- [ Inspector Extensions] ( #inspector-extensions )
31
30
- [ Importer] ( #importer )
32
- - [ Libraries] ( #libraries )
31
+ - [ Serialization & Web] ( #serialization--web )
32
+ - [ Social SDKs] ( #social-sdks )
33
33
- [ API Extensions & Helper] ( #api-extensions--helper )
34
34
- [ Design Patterns] ( #design-patterns )
35
- - [ Serialization] ( #serialization )
36
- - [ Social SDKs] ( #social-sdks )
37
- - [ Collections & Utils] ( #collections--utils )
38
35
- [ Other] ( #other )
39
36
40
37
@@ -111,6 +108,8 @@ Navigation:
111
108
* [ UNet Authoritative Networking] ( https://github.com/atrakeur/unity-unet-authoritative-networking ) - authoritative networking implementation
112
109
113
110
## 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
114
113
* [ VRTK] ( https://github.com/thestonefox/VRTK ) - contains useful scripts for building VR games
115
114
* [ NewtonVR] ( https://github.com/TomorrowTodayLabs/NewtonVR ) - VR physics and interactions
116
115
* [ Cutie Keys] ( https://github.com/NormalVR/CutieKeys/ ) - VR keyboard
@@ -177,7 +176,7 @@ Navigation:
177
176
* [ UberLogger] ( https://github.com/bbbscarter/UberLogger ) - advanced logging API, improved editor console & ingame console
178
177
179
178
## Editor
180
- #### Tools
179
+ ### Tools
181
180
* [ REX Diagnostics] ( https://thorgeirk11.github.io/REX-Diagnostics/ ) - runtime evaluation of c# expressions
182
181
* [ Better Defines] ( https://github.com/TarasOsiris/Better-Defines ) - platform dependent preprocessor directive manager
183
182
* [ Unity File Debug] ( https://github.com/Sacred-Seed-Studio/Unity-File-Debug ) - enhanced logging
@@ -225,6 +224,22 @@ Navigation:
225
224
* [ Unity Excel Importer Maker] ( https://github.com/tsubaki/Unity-Excel-Importer-Maker ) - excel
226
225
* [ Unity Psd Importer] ( https://github.com/ChemiKhazi/UnityPsdImporter ) - advanced psd import
227
226
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
+
228
243
## API Extensions & Helper
229
244
* [ Camera Extension] ( https://gist.github.com/TarasOsiris/a8904989c18424bcdf73 ) - a better way of manipulating the culling mask
230
245
* [ Download Manager] ( https://gist.github.com/asus4/2490117 ) - simple file downloads
@@ -248,22 +263,6 @@ Navigation:
248
263
* [ Zenject] ( https://github.com/modesttree/Zenject ) - depedency injection framework
249
264
* [ UniRx] ( https://github.com/neuecc/UniRx ) - unity reactive extensions implementation
250
265
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
-
267
266
## Other
268
267
* [ Unity Right Click] ( https://gist.github.com/adamtuliper/48a6e2ce3d9b5e72be36 ) - windows context menu extension: 'open with unity'
269
268
* [ No Hot-Reload] ( https://capeguy.co.uk/2015/06/no-more-unity-hot-reload/ ) - prevent unity hot-reloads
0 commit comments