An open API service indexing awesome lists of open source software.

https://github.com/hellokitty/uniful

A library of useful Monobehaviours for Unity3D development.
https://github.com/hellokitty/uniful

Last synced: 11 months ago
JSON representation

A library of useful Monobehaviours for Unity3D development.

Awesome Lists containing this project

README

          

# Uniful

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.

## Setup

To use this project you'll first need a couple of things:
- Visual Studio 2015
- Unity3D

## Builds

Available on a Nuget Feed: https://www.myget.org/F/hellokitty/api/v2 [![hellokitty MyGet Build Status](https://www.myget.org/BuildSource/Badge/hellokitty?identifier=9149b9d2-35a6-4f66-a734-50231f34c501)](https://www.myget.org/)

##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.