There are some really useful open source Unity plugins lying around GitHub. Since many are not on the asset store and therefore a bit harder to discover, I thought it would be nice to post some of them here.
What are some awesome Unity GitHub repositories that you know of?
TouchScript is a multitouch library for Unity. Inspired by iOS, TouchScript makes handling complex gesture interactions on any touch surface much easier.
Full Serializer is an extremely easy to use serializer for Unity that just works. It is as simple as possible but no simpler. It currently ships with a robust JSON parser and printer.
Full Serializer has been designed to support all Unity export platforms, including tricky ones such as the WebPlayer and iOS. Additionally, it has been designed to support full stripping mode on iOS (Full Serializer does not use exceptions).
Hereâs what we have so far, a few of our projects are in the works to be cleaned up and open-sourced, like our common libraries and our automated Asset Store build pipeline:
ASInstaller (for Asset Store developers) - an installer for Asset Store projects, for complex code assets that need to support multiple Unity versions and canât use conditional compilation (for example, when using a DLL). We use it for most of our products: https://github.com/thinksquirrel/ASInstaller
Game Framework for Unity will help drastically increase the development speed and feature set of your Unity games. The aim is to provide the features most games need in a flexible and extensible manner, with a minimum of coding, so you can concentrate your effort on making your game unique, rather than having to spend effort creating menus or setting up other basics.
Features
Quick and easy game setup, including a GameManager to easily manage your game.
Simple setup of worlds, levels, characters and other game items including all the menus that you need.
Tracking of scores and progress.
Unlockable items.
Simple in app purchase.
Dialog handling including standard dialog for settings and game over.
Advertising support.
âFree prizeâ functionality.
âSocialâ functionality.
Debugging and test functions.
Many helper classes and components from animation through UI.