Before using this project, make sure to follow the machine setup guide.
To setup the project, you need to clone the GDK for Unity repository alongside the project so that they sit side-by-side:
<common_parent_directory>
├── <game repo>
├── gdk-for-unity
You can use scripts to automatically do this or follow manual instructions.
From the root of the repository:
powershell scripts/powershell/setup.ps1
bash scripts/shell/setup.sh
git clone git@github.com:spatialos/gdk-for-unity.git
git clone https://github.com/spatialos/gdk-for-unity.git
Navigate to the gdk-for-unity
directory and checkout the pinned version which you can find in the gdk.pinned
file, in the root of the directory.
git checkout <pinned_version>
© 2019 Improbable