A collection of utilities and reusable code. Used in my toolbox of unity packages.
To install the latest version of this package copy this url and add it using the package manager UI:
https://github.com/mactinite/UnityToolboxCommons.git#main
Or add the following dependency to your manifest.json file
{
"dependencies": {
"com.mactinite.extensibledamagesystem": "https://github.com/mactinite/UnityToolboxCommons.git#main"
}
}