Uniful is a class library collection of useful MonoBehaviour components. These components often preform generic purposes for use in any type of game. Often these components are an exposing of Unity3D API to the inspector for designers to better build scenes without programmer input.
To use this project you'll first need a couple of things:
- Visual Studio 2015
- Unity3D
Available on a Nuget Feed: https://www.myget.org/F/hellokitty/api/v2
##Tests
Testing of external Unity3D libraries is generally not possible. Refer to: https://github.com/HelloKitty/Testity as an incomplete solution to this important problem.
##Licensing
This project is licensed under the MIT license.