-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Ng Wen Yang edited this page Sep 16, 2019
·
1 revision
- Download and install the Unity Hub.
- 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.
- Setting up the latest version of Git and authenticating Github.
- 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
- Open Unity Hub and add the downloaded project directory (Projects -> Add -> Select Folder).