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

https://github.com/discretetom/uniutils

A set of utils in Unity3D.
https://github.com/discretetom/uniutils

Last synced: about 2 months ago
JSON representation

A set of utils in Unity3D.

Awesome Lists containing this project

README

        

> **Note**: Deprecated. UniUtils is merged with UniStart, use [UniStart](https://github.com/DiscreteTom/UniStart) instead.

# UniUtils

![](https://img.shields.io/badge/dynamic/json?style=flat-square&color=blue&label=version&query=%24.version&url=https%3A%2F%2Fgithub.com%2FDiscreteTom%2FUniUtils%2Fraw%2Fmain%2Fpackage.json)
![GitHub](https://img.shields.io/github/license/DiscreteTom/UniUtils?style=flat-square)
![Built for Unity3D](https://img.shields.io/badge/Built%20for-Unity3D-lightgrey?style=flat-square)

A set of utils in Unity3D.

## Installation

Add package from git URL:

```
https://github.com/DiscreteTom/UniUtils.git
```

Include this package:

```cs
using DT.UniUtils;
```

## Related

- [UniStart](https://github.com/DiscreteTom/UniStart.git) - An experimental Unity3D framework.
- [CannonVsMosquito](https://github.com/DiscreteTom/CannonVsMosquito) - A demo game.

## [CHANGELOG](https://github.com/DiscreteTom/UniUtils/blob/main/CHANGELOG.md)