Skip to content
Merged
Changes from all commits
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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Select the hosting provider that you want to use under `modules/<provider_name>`
- **MultiplayAllocator** - Unity Multiplay integration
- **PlayFabAllocator** - Microsoft PlayFab integration
- **EdgegapAllocator** - Edgegap integration
- (Coming Soon) RocketScienceAllocator - Multiplay by RocketScience integration

### Configure the module

Expand All @@ -45,11 +46,23 @@ Once you've completed the configuration steps for your chosen provider, proceed

### Deploy the module

Deploy the module using either the UGS CLI (recommended) or the Unity Editor.
Comment thread
DSchroer marked this conversation as resolved.

#### Using the UGS CLI

```sh
# Deploy cloud code module for your chosen provider
ugs deploy modules/<provider_name>
```

#### Using the Unity Editor

1. Open the Unity Editor.
2. Install the `com.unity.services.cloudcode` and `com.unity.services.deployment` pacakges.
3. Create a new module reference by selecting **Right Click** > **Create** > **Services** > **Cloud Code C# Module Reference**
4. Edit the reference in the inspector to point to the module's sln file.
5. Deploy the module using the **Deploy Selected** button in the deployment window. (**Services** > **Deployment**)

### Configure Unity Dashboard

Navigate to the [Unity Dashboard](https://cloud.unity.com):
Expand Down
Loading