-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Ashley edited this page Feb 26, 2023
·
4 revisions
Hackbox Unity requires Unity 2019.3 or above.
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 (Window → Package 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.
- Download the latest release and unzip the contents somewhere on your disk.
- Then open your Unity project up, then go to the Package Manager (Window → Package 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.