Skip to content

Commit 32f66c2

Browse files
author
Michael Lohr
authored
added new links, closes michidk#1
1 parent 9f9658d commit 32f66c2

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
A maintained collection of useful & **free** unity scripts / library's / plugins and extensions.
33

44
If you want to suggest a link, then read the [Contribution Guidelines](CONTRIBUTING.md) first.
5-
Please report broken links, outdated assets and spelling mistakes.
6-
The links are in no particular order.
5+
Please report broken links, outdated assets and spelling mistakes. The links are in no particular order. This list is licensed under the [GNU General Public License v3.0](LICENSE) and does only apply to this repository.
6+
7+
I collect links over time in Issue [#1](https://github.com/michidk/Unity-Script-Collection/issues/1), once a month I will categorize them and add them to this list. If you want to get notified about updates, watch this repository or [follow me on Twitter](https://twitter.com/miichidk).
78

89
Navigation:
910
- [GameObjects & Transforms](#gameobjects--transforms)
@@ -44,8 +45,11 @@ Navigation:
4445
* [List View Framework](https://bitbucket.org/Unity-Technologies/list-view-framework) - create dynamic, scrollable lists
4546
* [Reaktion](https://github.com/keijiro/Reaktion) - audio reaction toolkit
4647
* [DOTween](https://github.com/Demigiant/dotween) - tween engine
48+
* [Camera Path Creator](https://www.assetstore.unity3d.com/en/#!/content/84074) - create complex camera paths
49+
* [Cinemachine BaseRig](https://www.assetstore.unity3d.com/en/#!/content/79898) - procedural camera system
4750
* [UnitySpritesAndBones](https://github.com/Banbury/UnitySpritesAndBones) - skeletal sprite animations
4851
* [spine-unity](https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-unity) - import spine animations
52+
* [ikccd](https://github.com/sunilnayak133/ikccd) - IK Solver using Cyclic Coordinate Descent
4953

5054
## Controls & Input
5155
* [InputManager](https://github.com/daemon3000/InputManager) - a powerful input manager
@@ -66,10 +70,12 @@ Navigation:
6670
## Physics
6771
* [Mario Galaxy Gravity for Unity](https://gist.github.com/phosphoer/a283cdbeca5d2160d5eed318d0362826) - mario galaxy gravity
6872
* [Ocean Community Next Gen](https://github.com/eliasts/Ocean_Community_Next_Gen) - water physics/shader
73+
* [Voxel GPU Physics](https://github.com/jknightdoeswork/gpu-physics-unity) - GPU accelerated voxel physics
6974

7075
## Particles
7176
* [KvantSpray](https://github.com/keijiro/KvantSpray) - gpu accelerated particles
7277
* [NVIDIA Hair Works Integration](https://github.com/unity3d-jp/NVIDIAHairWorksIntegration) - Nvidia hair works
78+
* [Ember Particles](https://twitter.com/Der_Kevin/status/832545397109309440) - turbulent ember particles
7379

7480
## Meshes & Construction
7581
* [ProceduralToolkit](https://github.com/Syomus/ProceduralToolkit) - procedural mesh toolkit/generator
@@ -93,6 +99,7 @@ Navigation:
9399
* [Skybox Plus](https://github.com/keijiro/SkyboxPlus) - a collection of skybox shaders
94100
* [Outline Shader](https://gist.github.com/michidk/3b49362e21563a1d66d52f4cf4bdc7ce) - outline shader which accomodates screen width and camera distance
95101
* [Unity Sprite Uber Shader](https://github.com/traggett/UnitySpriteShaders) - 3D shading for sprites (e.g. normal mapping)
102+
* [Low Poly Shaders](https://github.com/BrokenVector/LowPolyShaders) - material shaders optimized for Low Poly stylized meshes
96103

97104
## 2D
98105
* [UnitySVG](https://github.com/MrJoy/UnitySVG) - svg renderer
@@ -113,6 +120,9 @@ Navigation:
113120
* [VRTK](https://github.com/thestonefox/VRTK) - contains useful scripts for building VR games
114121
* [NewtonVR](https://github.com/TomorrowTodayLabs/NewtonVR) - VR physics and interactions
115122
* [Cutie Keys](https://github.com/NormalVR/CutieKeys/) - VR keyboard
123+
* [Punchkeyboard](https://github.com/rjth/Punchkeyboard) - Another VR keyboard
124+
* [Hover UI Kit](https://github.com/aestheticinteractive/Hover-UI-Kit) - a complete VR input framework
125+
* [VRLineRenderer](https://github.com/Unity-Technologies/VRLineRenderer) - glowing lines renderer optimized for VR
116126

117127
## Sound & Music
118128
* [usfxr](https://github.com/zeh/usfxr) - procedual audio effects
@@ -126,6 +136,10 @@ Navigation:
126136
* [Lunar Mobile Console](https://github.com/SpaceMadness/lunar-unity-console) - debug console for mobiles
127137
* [InfinityScroll](https://github.com/ivomarel/InfinityScroll) - infinite scrollrects
128138
* [TextMesh Pro](https://www.assetstore.unity3d.com/en/#!/content/17662) - generate text with custom styling
139+
* [EasyButtons](https://github.com/madsbangh/EasyButtons) - create buttons in the inspector using annotations
140+
* [UI Extensions](https://bitbucket.org/UnityUIExtensions/unity-ui-extensions) - various NGUI extensions/helper/scripts
141+
* [NGUI Extensions](https://github.com/kimsama/Unity-NGUIExtension) - a few NGUI extensions
142+
* [Webview CSharp](https://github.com/kimsama/unity3d-webview-csharp) - render websites
129143

130144
## Post-Processing & Rendering
131145
* [kode80SSR](https://github.com/kode80/kode80SSR) - screen-space reflections
@@ -161,6 +175,7 @@ Navigation:
161175
* [Moments](https://github.com/Chman/Moments) - gif recorder
162176
* [uDesktopDuplication](https://github.com/hecomi/uDesktopDuplication) - realtime screen capture as Texture2D
163177
* [Heat Distortion Effect](https://twitter.com/minionsart/status/833967666780110849) - a shader which distorts the image behind, using a normal map
178+
* [Clear Flags Effect](https://github.com/falconmick/ClearFlagsMobile) - Image Effect to reproduce the Clear Flags camera effect
164179

165180
## Mobile
166181
* [Toast](https://gist.github.com/TarasOsiris/dec42cf3ecca6c854182f385e38dbf57) - android toast notifications
@@ -219,6 +234,7 @@ Navigation:
219234
* [ColorBands](https://github.com/rstecca/ColorBands) - color bands
220235
* [QuickEvent](https://www.assetstore.unity3d.com/en/#!/content/53869) - persistent event handlers with static or dynamic values
221236
* [Reorder Components](https://twitter.com/mrpodunkian/status/715309192886624256) - reorder components on your GameObjects
237+
* [AwesomeComponent](https://gist.github.com/nicoplv/df3368eb38849a3f76a97fc27ba8ca62) - auto load assets on SerializedFields
222238

223239
### Importer
224240
* [Unity Excel Importer Maker](https://github.com/tsubaki/Unity-Excel-Importer-Maker) - excel
@@ -229,6 +245,7 @@ Navigation:
229245
* [Json.Net](https://github.com/SaladLab/Json.Net.Unity3D) - Newtonsoft Json.NET
230246
* [SQLite4Unity3d](https://github.com/codecoding/SQLite4Unity3d) - sql lite
231247
* [UnityHTTP](https://github.com/andyburke/UnityHTTP) - http library
248+
* [Unity QuickSheet](https://github.com/kimsama/Unity-QuickSheet) - import data from google/excel sheets
232249

233250
## Social SDKs
234251
* [Google Analytics Plugin](https://github.com/googleanalytics/google-analytics-plugin-for-unity) - Google Analytics
@@ -266,7 +283,6 @@ Navigation:
266283
## Other
267284
* [Unity Right Click](https://gist.github.com/adamtuliper/48a6e2ce3d9b5e72be36) - windows context menu extension: 'open with unity'
268285
* [No Hot-Reload](https://capeguy.co.uk/2015/06/no-more-unity-hot-reload/) - prevent unity hot-reloads
269-
* [Unity Decompiled](https://github.com/CarlosHBC/UnityDecompiled/) - unity 5.3 decompiled
270286
* [Unity C# 5.0 and 6.0 Integration](https://bitbucket.org/alexzzzz/unity-c-5.0-and-6.0-integration) - c# 5 & 6 integration for unity
271287
* [FLUnity](https://github.com/canab/flunity) - flash to unity
272288
* [Projeny](https://github.com/modesttree/projeny) - project management
@@ -276,3 +292,7 @@ Navigation:
276292
* [Remove Boo.Lang and UnityScript Hints](https://gist.github.com/jbevain/a982cc580fb796c93e4e) - Project Generation Hook to remove references to Boo.Lang and UnityScript assemblies
277293
* [Asset Store Batch Mode](https://github.com/thinksquirrel/asset-store-batch-mode) - API for uploading Unity Asset Store packages
278294
* [Unity Size Explorer](https://github.com/aschearer/unitysizeexplorer) - analyzes the disk space usage of your build
295+
g
296+
* [Better Unity Script Templates](https://github.com/BrokenVector/BetterUnityScriptTemplates) - improved Script templates
297+
* [UnityDecompiled](https://github.com/MattRix/UnityDecompiled) - decompiled Unity API code
298+
* [Shader Calibration Charts](https://oc.unity3d.com/index.php/s/dfc9aa1491ff905f589408aa136eab23) - Unity StandardShader calibration charts

0 commit comments

Comments
 (0)