Structural systems and tools that make using Unity easier and more productive.
To install from Unity v.2019.4+:
- Make sure you have git installed and in your PATH variable
- Open the Package Manager
- Click the
+
button - Select 'Add Package from Git URL'
- Paste in:
https://github.com/fantabulous-tech/coreutils.git?path=/Packages/CoreUtils
Alternatively, you can manually change your <Project>/Packages/maifest.json
:
{
"dependencies": {
"tech.fantabulous.coreutils": "https://github.com/fantabulous-tech/coreutils.git?path=/Packages/CoreUtils"
}
}
And finally, if those don't work or you don't want to install git, you can manually copy Packages/CoreUtils
folder into your own <Project>/Packages/
folder.
See the CoreUtils Unity Package Doc for more info about the individual tools and systems.