Skip to content

00 Tools Needed

Russ Painter edited this page Jan 12, 2019 · 11 revisions

Hardware

You will need your own laptop. Please bring one. For anyone who has a genuine financial difficulty, speak to us and we can provide a laptop for you to use at the sessions. But note that you will be working in a more limited way. You won't be able to personalize your project or do the required homework.

Laptop requirements:

  • x64 Processor. Recommended Intel Core i5 or better. i3 will struggle, and atom processors just won't cut it.
  • Recent Windows or Apple OS
  • 8GB RAM. More is better.
  • 10GB Free disk space
  • Mouse with 3 buttons (pressable scroll wheel counts as a button)

Search Amazon for Laptops with above specs

Software

All of the software we'll use is totally free. To avoid comparability problems, please have the exact versions of the following software installed on your laptop:

Source Code

  1. Open up the Fork program and select File - Clone

  2. For the Repository Url paste in this value:

    https://github.com/CoderDojo-Ennis/UnityDefender.git

    For Parent Folder select the location on your computer where you like to keep things. This could be your documents folder.

    for Name enter UnityDefender

    Press the Clone button. This will download the template for the project onto your computer.

  3. In the left panel right click on Branches - Master and select Create New Branch. This is where you own work is going to go. Type in your own name as the Branch Name, select the Check Out After Create button and press the Create button.

  4. Start up Unity, select Open and select the folder that you chose to clone to above

  5. In the Project window inside the Assets - Scenes folder, double-click on GameScene to open that scene.

We're now ready to start building your own version of this amazing game!

Clone this wiki locally