Skip to content
Ashley edited this page Feb 26, 2023 · 4 revisions

Requirements

Hackbox Unity requires Unity 2019.3 or above.

Installing as a git Package

Installing as a git package means that as Hackbox.ca gets updated, you'll be available to receive updates fairly simply from within the Package Manager as a simple 'Update' option.

  • Ensure you have git installed first if you haven't already got it installed.
  • Open your Unity project up, then go to the Package Manager (WindowPackage Manager).
  • Click the + button in the top-left and then Add package from git URL....
  • In the prompt, enter https://github.com/ashbash1987/hackbox-unity.git and click Add.
  • You should then see Hackbox.ca listed as a package in your project.

Installing as a local Package as a file reference

  • Download the latest release and unzip the contents somewhere on your disk.
  • Then open your Unity project up, then go to the Package Manager (WindowPackage Manager).
  • Click the + button in the top-left and then Add package from disk....
  • Navigate to the top folder of the extracted package and click Open.
  • You should then see Hackbox.ca listed as a package in your project.
Clone this wiki locally