A collection of essential tools for any Unity project.
Installation must be performed by project.
- Open the Package Manager in Unity (menu Window / Package Manager).
- Press the "+" button in the top left corner of the Package Manager panel and select "Add package from git URL..."
- When prompted, enter the URL https://github.com/edcasillas/unity-common-utils.git
Alternatively, you can manually add the following line to your Packages/manifest.json file under dependencies:
"com.ecasillas.commonutils": "https://github.com/edcasillas/unity-common-utils.git"
Open Unity again; the Package Manager will run and the package will be installed.
- Open the Package Manager in Unity (menu Window / Package Manager).
- Look for the "Common Utils for Unity" package in the list of installed packages and select it.
- Press the "Update" button.
Alternatively, you can manually remove the version lock the Package Manager creates in Packages/manifest.json so when it runs again it gets the newest version. The lock looks like this:
"com.ecasillas.commonutils": {
"hash": "someValue",
"revision": "HEAD"
}
Please refer to the wiki for a full description on the features and their documentation.