Skip to content

Just a personal toolbox with things that can make Unity development easier

License

Notifications You must be signed in to change notification settings

kori4r2/TobleroneBox

Repository files navigation

TobleroneBox

Just a personal toolbox with things that can make Unity development easier

How to install

  • Using the Package Manager interface

image

Use the url https://github.com/kori4r2/TobleroneBox.git#1.4.5 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.4.5"
  }
}
  • 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.4.5 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.

About

Just a personal toolbox with things that can make Unity development easier

Resources

License

Stars

Watchers

Forks

Packages