/unity-funcs

Collection of small Unity utilities

Primary LanguageC#Apache License 2.0Apache-2.0

Made with Unity License

A collection of small utility functions for Unity.

Installation

As a Git dependency

Add to manifest.json, under dependencies:

"com.mattihiltunen.funcs": "https://github.com/mtti/unity-funcs.git",

As an embedded Git submodule

git submodule add git@github.com:mtti/unity-funcs.git Packages/com.mattihiltunen.funcs

You can also add the manifest.json entry as above to document the dependency to this library.