This is a blank project that you can use to build your own game with the SpatialOS GDK for Unity.
Before using this project, make sure to follow the machine setup guide.
To use the blank project, you need to clone the GDK for Unity repository alongside the Blank Project so that they sit side-by-side:
<common_parent_directory>
├── gdk-for-unity-blank-project
├── gdk-for-unity
You can use scripts to automatically do this or follow manual instructions.
From the root of the gdk-for-unity-blank-project
repository:
- If you are using Windows run:
powershell scripts/powershell/setup.ps1
- If you are using Mac run:
bash scripts/shell/setup.sh
-
Clone the GDK for Unity repository alongside the Blank Project so that they sit side-by-side:
- SSH -
git clone [email protected]:spatialos/gdk-for-unity.git
- HTTPS -
git clone https://github.com/spatialos/gdk-for-unity.git
- SSH -
-
Navigate to the
gdk-for-unity
directory and checkout the pinned version which you can find in thegdk.pinned
file, in the root of thegdk-for-unity-blank-project
directory.git checkout <pinned_version>
© 2019 Improbable