Skip to content

Getting Started

Ng Wen Yang edited this page Sep 16, 2019 · 1 revision

To Load the Unity Project

Step 1: Installing Unity Personal(Free) Edition

  1. Download and install the Unity Hub.
  2. From the Unity Hub, Install a compatible Unity version (Installs -> Add -> Select a version of Unity -> Add Modules to your install). Currently we are using version 2018.3.14f1. Project in Unity is not backward-compatible meaning that you cannot open a project in newer version with the older editor.

Step 2: Downloading the Unity Project from Github

Using Git from Command Line

  1. Setting up the latest version of Git and authenticating Github.
  2. Open the terminal(Bash, Git Bash, etc...) and clone the project with

SSH:

$ git clone git@github.com:codespellv3/cs_mp.git

HTTPS:

$ git clone https://github.com/codespellv3/cs_mp.git

Step 3: Importing the Project

  1. Open Unity Hub and add the downloaded project directory (Projects -> Add -> Select Folder).