@@ -149,7 +149,7 @@ Navigation:
149
149
* [ SonarFx] ( https://github.com/keijiro/SonarFx ) - wave patterns
150
150
* [ Cinematic Image Effects] ( https://bitbucket.org/Unity-Technologies/cinematic-image-effects ) - cinematic image effects
151
151
* [ Ripple Effect] ( https://github.com/cjacobwade/HelpfulScripts/tree/master/RippleEffect ) - distortion wave
152
- * [ Moments] ( https://github.com/Chman/Moments ) - gif recorder
152
+ * [ Moments] ( https://github.com/Chman/Moments ) - recorder
153
153
154
154
## Mobile
155
155
* [ Toast] ( https://gist.github.com/TarasOsiris/dec42cf3ecca6c854182f385e38dbf57 ) - android toast notifications
@@ -165,38 +165,41 @@ Navigation:
165
165
166
166
## Editor Plugins
167
167
* [ REX Diagnostics] ( https://thorgeirk11.github.io/REX-Diagnostics/ ) - runtime evaluation of c# expressions
168
+ * [ Better Defines] ( https://github.com/TarasOsiris/Better-Defines ) - platform dependent preprocessor directive manager
168
169
* [ Unity File Debug] ( https://github.com/Sacred-Seed-Studio/Unity-File-Debug ) - enhanced logging
169
170
* [ MissingReferencesUnity] ( https://github.com/liortal53/MissingReferencesUnity ) - find missing references
170
171
* [ Unity Resource Checker] ( https://github.com/handcircus/Unity-Resource-Checker ) - resource analyzer
171
172
* [ Compile Time Tracker] ( https://github.com/DarrenTsung/compile-time-tracker ) - compile time tracker
172
173
* [ UnityStudio] ( https://github.com/RaduMC/UnityStudio ) - unity asset export tool
173
- * [ Screen Shooter] ( https://github.com/PhannGor/Screen-Shooter ) - takes screenshots with multiple resolutions
174
- * [ Screenshot Tool] ( https://github.com/kinifi/unityeditor-screenshot-tool ) - simple screenshot tool
174
+ * [ Screen Shooter] ( https://github.com/PhannGor/Screen-Shooter ) - takes screenshots with multiple resolutions at once
175
175
* [ Script Templates for Unity] ( https://bitbucket.org/rotorz/script-templates-for-unity ) - script templates
176
176
* [ Unity 2D Destruction] ( https://github.com/mjholtzem/Unity-2D-Destruction ) - sprite destruction
177
+ * [ CurveTexture] ( https://github.com/slipster216/CurveTexture ) - bake curves into texture
178
+ * [ Unity3D Rainbow Folders] ( https://github.com/PhannGor/unity3d-rainbow-folders ) - folder icons
179
+ * [ Unity Themes] ( https://github.com/zios/unity-themes ) - editor themes
180
+ * [ Tree Randomizer] ( https://www.assetstore.unity3d.com/en/#!/content/59228 ) - randomize unity trees
181
+ * [ Render Settings Duplicator] ( https://www.assetstore.unity3d.com/en/#!/content/58831 ) - clones the render settings from one scene to another
177
182
178
183
### Editors
179
- * [ Brainiac] ( https://github.com/daemon3000/Brainiac ) - behaviour tree & node-based visual editor
180
- * [ Node Editor] ( https://github.com/Baste-RainGames/Node_Editor ) - node editor
184
+ * [ Brainiac] ( https://github.com/daemon3000/Brainiac ) - behaviour tree & (behaviour-)node-based visual editor
185
+ * [ Node Editor] ( https://github.com/Baste-RainGames/Node_Editor ) - (calculation-)node editor
186
+ * [ BrotherhoodOfNode] ( https://github.com/aphex-/BrotherhoodOfNode/ ) - (more graphical-)node editor for visual things
181
187
* [ VisualNoiseDesigner] ( https://github.com/x0r04rg/VisualNoiseDesigner ) - visual noise designer
182
188
* [ SimpleGeo] ( https://gist.github.com/phosphoer/8cccb00e20d9892af1438a795779bee0 ) - simple geometry painter
183
- * [ curves and splines ] ( http://catlikecoding.com/unity/tutorials/curves-and-splines/ ) - curve & spline editor
189
+ * [ Curves and Splines ] ( http://catlikecoding.com/unity/tutorials/curves-and-splines/ ) - curve & spline editor
184
190
* [ Unity 2D Joint Editors] ( https://github.com/toxicFork/Unity-2D-Joint-Editors ) - 2d joint editors
185
191
* [ PolyMesh] ( https://github.com/UnityPatterns/PolyMesh ) - 2d shape editor
186
- * [ Better Defines] ( https://github.com/TarasOsiris/Better-Defines ) - platform dependent preprocessor directive manager
187
192
* [ VertexPaint] ( https://github.com/slipster216/VertexPaint ) - vertex data painter
188
- * [ CurveTexture] ( https://github.com/slipster216/CurveTexture ) - bake curves into texture
189
193
190
- ### GUI
194
+ ### Inspector Extensions
191
195
* [ Reorderable Lists] ( https://bitbucket.org/rotorz/reorderable-list-editor-field-for-unity ) - reorderable list field
192
196
* [ Ordered Dictionary] ( https://bitbucket.org/rotorz/ordered-dictionary-asset-for-unity ) - ordered dictionary field
193
197
* [ ClassTypeReference] ( https://bitbucket.org/rotorz/classtypereference-for-unity ) - class type reference field
194
198
* [ Unity3D ExtendedEvent] ( https://github.com/Thundernerd/Unity3D-ExtendedEvent ) - extended event selector
195
199
* [ Property Drawer Collection] ( https://github.com/anchan828/property-drawer-collection ) - collection of property drawers
196
200
* [ Node Inspector] ( https://github.com/nicloay/Node-Inspector ) - node based inspector
197
201
* [ ColorBands] ( https://github.com/rstecca/ColorBands ) - color bands
198
- * [ Unity3D Rainbow Folders] ( https://github.com/PhannGor/unity3d-rainbow-folders ) - folder icons
199
- * [ Unity Themes] ( https://github.com/zios/unity-themes ) - editor themes
202
+ * [ QuickEvent] ( https://www.assetstore.unity3d.com/en/#!/content/53869 ) -
200
203
201
204
### Importer
202
205
* [ Unity Excel Importer Maker] ( https://github.com/tsubaki/Unity-Excel-Importer-Maker ) - excel
@@ -250,7 +253,7 @@ Navigation:
250
253
* [ FLUnity] ( https://github.com/canab/flunity ) - flash to unity
251
254
* [ Projeny] ( https://github.com/modesttree/projeny ) - project management
252
255
* [ CUDLR] ( https://github.com/proletariatgames/CUDLR ) - remote debugging and logging console
253
-
256
+ * [ WebGL - Simple Loading Fix ] ( http://designagame.eu/2016/09/is-unity-webgl-loading-a-simple-fix/ ) - custom loading bar for the webgl loader
254
257
255
258
256
259
## Source
0 commit comments