22A collection of useful & ** free** unity scripts / library's / plugins and extensions.
33
44If you have a resource which is not listed here, make a pull request or open an issue!
5- Please report broken or outdated assets and spelling mistakes.
5+ Please report broken links, outdated assets and spelling mistakes.
66The links are in no particular order.
77
88Navigation:
@@ -24,7 +24,8 @@ Navigation:
2424- [ Post-Processing & Rendering] ( #post-processing--rendering )
2525- [ Mobile] ( #mobile )
2626- [ Misc] ( #misc )
27- - [ Editor Plugins] ( #editor-plugins )
27+ - [ Editor] ( #editor )
28+ - [ Tools] ( #tools )
2829 - [ Editors] ( #editors )
2930 - [ Inspector Extensions] ( #inspector-extensions )
3031 - [ Importer] ( #importer )
@@ -33,6 +34,7 @@ Navigation:
3334- [ Design Patterns] ( #design-patterns )
3435- [ Serialization] ( #serialization )
3536- [ Social SDKs] ( #social-sdks )
37+ - [ Collections & Utils] ( #collections--utils )
3638- [ Other] ( #other )
3739
3840
@@ -113,6 +115,8 @@ Navigation:
113115* [ Flow Map Shader] ( https://gist.github.com/TarasOsiris/e0e6e6c3b8fdb0d8074b ) - flow map shader working with sprites
114116* [ VertexPaint] ( https://github.com/slipster216/VertexPaint ) - additional vertex streams
115117* [ ShaderProject] ( https://github.com/ellioman/ShaderProject ) - shader collection
118+ * [ Skybox Plus] ( https://github.com/keijiro/SkyboxPlus ) - a collection of skybox shaders
119+ * [ Outline Shader] ( https://gist.github.com/michidk/3b49362e21563a1d66d52f4cf4bdc7ce ) - outline shader which accomodates screen width and camera distance
116120
117121## Lightning
118122* [ SpriteLightKit] ( https://github.com/prime31/SpriteLightKit ) - 2d sprite lights
@@ -148,7 +152,7 @@ Navigation:
148152* [ VolumetricLights] ( https://github.com/SlightlyMad/VolumetricLights ) - volumetric lights
149153* [ SonarFx] ( https://github.com/keijiro/SonarFx ) - wave patterns
150154* [ Cinematic Image Effects] ( https://bitbucket.org/Unity-Technologies/cinematic-image-effects ) - cinematic image effects
151- * [ Ripple Effect] ( https://github .com/cjacobwade/HelpfulScripts/tree/master/RippleEffect ) - distortion wave
155+ * [ Ripple Effect] ( https://twitter .com/chriswade__/status/776184020061356033 ) - distortion wave
152156* [ Moments] ( https://github.com/Chman/Moments ) - recorder
153157
154158## Mobile
@@ -158,12 +162,16 @@ Navigation:
158162* [ Google VR SDK] ( https://github.com/googlevr/gvr-unity-sdk ) - google mobile vr sdk
159163* [ Unity Webview] ( https://github.com/gree/unity-webview ) - webview overlay
160164* [ CUDLR] ( https://github.com/proletariatgames/CUDLR ) - remote debugging and logging console
165+ * [ Simplygon] ( https://www.assetstore.unity3d.com/en/?&_ga=1.224491866.1155275539.1473983191#!/content/10144 ) - mesh optimization & lod generation
161166
162167## Misc
163168* [ uREPL] ( https://github.com/hecomi/uREPL ) - evaluation of c# expressions
164169* [ TeaTime] ( https://github.com/alvivar/TeaTime ) - timer queue for coroutine patterns
170+ * [ uDesktopDuplication] ( https://github.com/hecomi/uDesktopDuplication ) - realtime screen capture as Texture2D
171+ * [ Simplygon] ( https://www.assetstore.unity3d.com/en/?&_ga=1.224491866.1155275539.1473983191#!/content/10144 ) - mesh optimization & lod generation
165172
166- ## Editor Plugins
173+ ## Editor
174+ #### Tools
167175* [ REX Diagnostics] ( https://thorgeirk11.github.io/REX-Diagnostics/ ) - runtime evaluation of c# expressions
168176* [ Better Defines] ( https://github.com/TarasOsiris/Better-Defines ) - platform dependent preprocessor directive manager
169177* [ Unity File Debug] ( https://github.com/Sacred-Seed-Studio/Unity-File-Debug ) - enhanced logging
@@ -179,6 +187,7 @@ Navigation:
179187* [ Unity Themes] ( https://github.com/zios/unity-themes ) - editor themes
180188* [ Tree Randomizer] ( https://www.assetstore.unity3d.com/en/#!/content/59228 ) - randomize unity trees
181189* [ Render Settings Duplicator] ( https://www.assetstore.unity3d.com/en/#!/content/58831 ) - clones the render settings from one scene to another
190+ * [ Piviot Transform Helper] ( https://twitter.com/talecrafter/status/780812894502084609 ) - adds piviot creation shortcuts to the context menu
182191
183192### Editors
184193* [ Brainiac] ( https://github.com/daemon3000/Brainiac ) - behaviour tree & (behaviour-)node-based visual editor
@@ -190,6 +199,8 @@ Navigation:
190199* [ Unity 2D Joint Editors] ( https://github.com/toxicFork/Unity-2D-Joint-Editors ) - 2d joint editors
191200* [ PolyMesh] ( https://github.com/UnityPatterns/PolyMesh ) - 2d shape editor
192201* [ VertexPaint] ( https://github.com/slipster216/VertexPaint ) - vertex data painter
202+ * [ SabreCSG] ( https://github.com/sabresaurus/SabreCSG ) - a set of level design tools for building complex levels
203+ * [ Constants Generator Kit] ( https://github.com/LostPolygon/ConstantsGeneratorKit ) - generates static classes for layers, scenes, tags and resources
193204
194205### Inspector Extensions
195206* [ Reorderable Lists] ( https://bitbucket.org/rotorz/reorderable-list-editor-field-for-unity ) - reorderable list field
@@ -200,6 +211,7 @@ Navigation:
200211* [ Node Inspector] ( https://github.com/nicloay/Node-Inspector ) - node based inspector
201212* [ ColorBands] ( https://github.com/rstecca/ColorBands ) - color bands
202213* [ QuickEvent] ( https://www.assetstore.unity3d.com/en/#!/content/53869 ) - persistent event handlers with static or dynamic values
214+ * [ Reorder Components] ( https://twitter.com/mrpodunkian/status/715309192886624256 ) - reorder components on your GameObjects
203215
204216### Importer
205217* [ Unity Excel Importer Maker] ( https://github.com/tsubaki/Unity-Excel-Importer-Maker ) - excel
@@ -237,12 +249,17 @@ Navigation:
237249* [ Full Serializer] ( https://github.com/jacobdufault/fullserializer ) - custom serializer
238250
239251## Social SDKs
240- * [ Google Analytics Plugin] ( https://github.com/googleanalytics/google-analytics-plugin-for-unity ) - google analytics
241- * [ Google Play Games Plugin] ( https://github.com/playgameservices/play-games-plugin-for-unity ) - google play plugin
242- * [ Facebook SDK] ( https://github.com/facebook/facebook-sdk-for-unity ) - facebook sdk
252+ * [ Google Analytics Plugin] ( https://github.com/googleanalytics/google-analytics-plugin-for-unity ) - Google Analytics
253+ * [ Google Play Games Plugin] ( https://github.com/playgameservices/play-games-plugin-for-unity ) - Google Play plugin
254+ * [ Facebook SDK] ( https://github.com/facebook/facebook-sdk-for-unity ) - Facebook sdk
243255* [ Reign Unity Plugin] ( https://github.com/reignstudios/Reign-Unity-Plugin5 ) - unified mobile api
244256* [ GetSocial SDK] ( https://github.com/getsocial-im/getsocial-unity-sdk ) - community api
245257* [ SOOMLA Framework] ( https://github.com/soomla/unity3d-store ) - store api
258+ * [ Steamworks.NET] ( https://github.com/rlabrecque/Steamworks.NET ) - c# wrapper for valve's Steamworks API
259+ * [ Facepunch.Steamworks] ( https://github.com/Facepunch/Facepunch.Steamworks ) - a more c#pier Steamworks API, not all features implemented though
260+
261+ ## Collections & Utils
262+ * [ UtilityKit] ( https://github.com/prime31/UtilityKit ) - SerializationUtil, SpriteAnimator, SpriteAnimator, MathHeloers, AutoSnap, ...
246263
247264## Other
248265* [ Unity Right Click] ( https://gist.github.com/adamtuliper/48a6e2ce3d9b5e72be36 ) - windows context menu extension: 'open with unity'
@@ -254,6 +271,8 @@ Navigation:
254271* [ Projeny] ( https://github.com/modesttree/projeny ) - project management
255272* [ CUDLR] ( https://github.com/proletariatgames/CUDLR ) - remote debugging and logging console
256273* [ WebGL - Simple Loading Fix] ( http://designagame.eu/2016/09/is-unity-webgl-loading-a-simple-fix/ ) - custom loading bar for the webgl loader
274+ * [ Remove Boo.Lang and UnityScript Hints] ( https://gist.github.com/jbevain/a982cc580fb796c93e4e ) - Project Generation Hook to remove references to Boo.Lang and UnityScript assemblies
275+
257276
258277
259278## Source
0 commit comments