Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 718 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 718 Bytes

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 [email protected]: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.