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.
- Host: GitHub
- URL: https://github.com/discretetom/uniutils
- Owner: DiscreteTom
- License: mit
- Created: 2023-04-23T07:22:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T14:43:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T06:38:58.142Z (4 months ago)
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
> **Note**: Deprecated. UniUtils is merged with UniStart, use [UniStart](https://github.com/DiscreteTom/UniStart) instead.
# UniUtils


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)