Skip to content

Commit 026058a

Browse files
committed
Added Excessives and Odin Serializer links. Added Utilies category.
1 parent ca4a7b9 commit 026058a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Navigation:
3333
- [Social SDKs](#social-sdks)
3434
- [API Extensions & Helper](#api-extensions--helper)
3535
- [Design Patterns](#design-patterns)
36+
- [Utilities](#utilities)
3637
- [Other](#other)
3738

3839

@@ -261,6 +262,7 @@ Navigation:
261262
* [SQLite4Unity3d](https://github.com/codecoding/SQLite4Unity3d) - sql lite
262263
* [UnityHTTP](https://github.com/andyburke/UnityHTTP) - http library
263264
* [Unity QuickSheet](https://github.com/kimsama/Unity-QuickSheet) - import data from google/excel sheets
265+
* [Odin Unity Serializer](https://github.com/TeamSirenix/odin-serializer) - Arguably the best serializer for Unity out there
264266

265267
## Social SDKs
266268
* [Google Analytics Plugin](https://github.com/googleanalytics/google-analytics-plugin-for-unity) - Google Analytics
@@ -299,6 +301,10 @@ Navigation:
299301
* [UniRx](https://github.com/neuecc/UniRx) - unity reactive extensions implementation
300302
* [Ring_Buffer](https://bitbucket.org/sirgru/ring_buffer) - simple implementation of a RingBuffer<T>
301303

304+
## Utilities
305+
* [demilib](https://github.com/Demigiant/demilib) - various utilities and tools for Unity
306+
* [Excessives](https://github.com/SirHall/Excessives) - General purpose C# and Unity3D utility scripts
307+
302308
## Other
303309
* [Unity Right Click](https://gist.github.com/adamtuliper/48a6e2ce3d9b5e72be36) - windows context menu extension: 'open with unity'
304310
* [No Hot-Reload](https://capeguy.co.uk/2015/06/no-more-unity-hot-reload/) - prevent unity hot-reloads
@@ -315,6 +321,5 @@ Navigation:
315321
* [UnityDecompiled](https://github.com/MattRix/UnityDecompiled) - decompiled Unity API code
316322
* [Shader Calibration Charts](https://oc.unity3d.com/index.php/s/dfc9aa1491ff905f589408aa136eab23) - Unity StandardShader calibration charts
317323
* [Save Game Free](https://github.com/BayatGames/SaveGameFree) - cross platform, encrypted, online-stored saves
318-
* [demilib](https://github.com/Demigiant/demilib) - various utilities and tools for Unity
319324

320325
[![Analytics](https://ga-beacon.appspot.com/UA-63472612-14/readme)](https://github.com/igrigorik/ga-beacon)

0 commit comments

Comments
 (0)