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

https://github.com/spoonx/unity-utils

Some standard utilities that are useful for most projects
https://github.com/spoonx/unity-utils

Last synced: over 1 year ago
JSON representation

Some standard utilities that are useful for most projects

Awesome Lists containing this project

README

          

# unity-utils

Some standard utilities that are useful for most projects.

## Contents

This package follows Unity's [package layout convention](https://docs.unity3d.com/Manual/cus-layout.html).

### Editor

Editor classes include extensions that help with productivity.

You can find details on these extensions in the Editor/README.md file.

### Runtime

Runtime classes help with basic tasks such as simple throttling.

You can find details on these classes in the Runtime/README.md file.

## License

Standard MIT. See LICENSE.md for details.