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.
- Host: GitHub
- URL: https://github.com/hellokitty/uniful
- Owner: HelloKitty
- Created: 2016-06-15T21:09:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T19:16:38.000Z (about 9 years ago)
- Last Synced: 2025-04-28T14:09:59.842Z (about 1 year ago)
- Language: C#
- Size: 1.47 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 [](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.