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).
- Host: GitHub
- URL: https://github.com/rgson/unitility
- Owner: rgson
- License: mit
- Created: 2018-08-11T23:21:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T15:51:18.000Z (over 6 years ago)
- Last Synced: 2025-07-06T13:47:13.115Z (about 1 year ago)
- Topics: extension-methods, game-development, unity, unity3d, utility-library
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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