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.