-
Github Accounts
Create a Github account.
-
PHP / MySQL Web Server
Download a portable USB Webserver running PHP and MySQL. This can be copied and run off of a USB or one folder without requiring an installation. https://sourceforge.net/projects/usbwebserver/ The default username is root and the default password is usbw. Check out the W3 Schools PHP tutorials for getting started with PHP.
-
Blender
If you are working on 3D models you should download and install Blender. 3D modelling can be one persons part of the project and count as the media standard.
-
Unity Hub
Download and install Unity Hub and then Unity using the hub. Use the non beta version of Unity Hub.
-
Unity
Create a project in Unity.
-
Kanban Boards – Github / Trello / Codecks
Kanban boards are a way of tracking tasks and goals in a project. Think of them as small post it notes for activities that need to be completed. Some tasks could be larger goals that are made up of smaller tasks. For example a goal could be to create a player. Sub goals of this […]
-
Github Desktop
Go to desktop.github.com and download and install Github Desktop
-
VS Code – Extensions for Unity
For Unity you should install the following extensions in Visual Studio Code. C# Unity Tools Use this video to help you through the process.
-
Visual Studio Code
This lesson will have you download, install and configure Visual Studio Code. You should have a Github account created before starting this activity. Installing Visual Studio Code Go to code.visualstudio.com. And download Visual Studio Code. Run the installer. When asked select the options shown below Both Add “Open with Code” options Register Code as an […]
-
Python
Download and install Python. You only need to do this for your own computer. When installing make sure to select Add Python 3.10 to PATH and choose Customise installation. Adding Python to the PATH allows us to run Python from any folder as if it were in that folder on the computer. On the Advanced […]