Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

docs/DOC-1024-Bugfixes #794

Merged
merged 4 commits into from
Apr 2, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Refer to the <a href="https://docs.unrealengine.com/en-US/GettingStarted/Recomme

### Step 2: Network settings

To configure your network to work with SpatialOS, refer to the [SpatialOS network settings](https://docs.improbable.io/reference/latest/shared/get-started/requirements#network-settings).
To configure your network to work with SpatialOS, refer to the [SpatialOS network settings](https://docs.improbable.io/reference/latest/shared/setup/requirements#network-settings).

### Step 3: Software

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ An assembly is what’s created when you run `BuildWorker.bat`. Assemblies are `
**Note:** In the following commands, you must replace **`YourProject`** with the name of your project.

1. In a terminal window, navigate to your `<ProjectRoot>` directory.
1. Build a server-worker assembly by running the following command: `Game\Plugins\UnrealGDK\SpatialGDK\Build\Scripts\BuildWorker.bat YourProject Linux Development YourProject.uproject`
1. Build a server-worker assembly by running the following command: `Game\Plugins\UnrealGDK\SpatialGDK\Build\Scripts\BuildWorker.bat YourProjectServer Linux Development YourProject.uproject`
1. Build a client-worker assembly by running the following command: `Game\Plugins\UnrealGDK\SpatialGDK\Build\Scripts\BuildWorker.bat YourProject Win64 Development YourProject.uproject`

### Upload your game
Expand Down