Skip to content

Getting Started

Nadya Djojosantoso edited this page May 11, 2021 · 5 revisions

Prerequisites

Required:

Recommended:

Cloning the Git Repository

If you are using GitHub Desktop:

  1. Click the green "Code" button on top of the repository page.
  2. Click "Open with GitHub for Desktop".
  3. A new window from the app should pop up. You can choose which folder you want the project to be in and then click "Clone".

If you are using Git:

  1. Open your terminal/command line.
  2. Go to the folder you want the project to be in using cd <path>.
  3. Type and enter: git clone https://github.com/Vampire-Village/game.git

Adding the Project to Unity

  1. Open Unity Hub.
  2. Click the white "Add" button on top right.
  3. Navigate to where you cloned the repository and click "Select Folder".
  4. Now you should see the project on the list and you can click on it to open the project in Unity.

If you encounter a missing ParrelSync package error, read the ParrelSync Guides to fix it.

Clone this wiki locally