Just a personal toolbox with things that can make Unity development easier
- Using the Package Manager interface
Use the url https://github.com/kori4r2/TobleroneBox.git#1.5.0
and press add
- Editing the Packages/manifest.json file directly
Make sure this project is in the dependencies list as shown below and open the project as usual:
{
"dependencies": {
"com.toblerone.toolbox": "https://github.com/kori4r2/TobleroneBox.git#1.5.0"
}
}
- Installing a specific version of the package
A version must always be specified
If you want to install a specific version of the package follow the instructions above, but replace #1.5.0 with the desired version.
The url in the first example would be https://github.com/kori4r2/TobleroneBox.git#2.3.4
for version 2.3.4.