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

https://github.com/rgson/unitility

Extensions, convenience functions and utilities for Unity (the game engine).
https://github.com/rgson/unitility

extension-methods game-development unity unity3d utility-library

Last synced: 3 months ago
JSON representation

Extensions, convenience functions and utilities for Unity (the game engine).

Awesome Lists containing this project

README

        

# Unitility

Extensions, convenience functions and utilities for Unity (the game engine).

## Installation

To install the package, add the following line to your `Packages/manifest.json`
file, under `dependencies`:
```json
"se.rgson.unitility": "https://github.com/rgson/Unitility.git",
```

Alternatively, install and use the [UpmGitExtension] to add it from Unity's
Package Manager GUI.

[UpmGitExtension]: https://github.com/mob-sakai/UpmGitExtension