2.1 Importing your project with GitHub - UWRealityLab/StructuralQueryToolkit GitHub Wiki

Downloading the project

  1. Download GitHub Desktop
  2. In GitHub Desktop's welcome page, skip the sign up (unless you already have an account)

image

  1. Open our GitHub repository in a new tab
  2. Select the green "Code" button, and copy the git URL

image

  1. In GitHub Desktop, select the first option

image

  1. Select the "URL" option, paste your copied git URL into the field, and select "clone"

image

Once the loading bar is gone, the project is fully downloaded.

IMPORTANT: The project is located in your Documents>GitHub folder.

Opening your project in Unity

Once the download has finished, open Unity Hub.

image

Simply navigate to your Documents>GitHub folder, click once on the project folder, and click "Open."

image

Note: Importing this project may take several minutes. Once it has finished and you see the Unity editor, proceed below.

NEXT STEP: Setting up the scene


Updating your project with new software additions

For designers maintaining projects who are interested in bug fixes, new query tools, etc.

Using the Github Desktop interface, the following instructions describe how to maintain the latest updates:

Select Fetch Origin to check if any updates have occurred.

image

If there were updates, then select Pull Origin