Skip to content

Commit c0a57fe

Browse files
authored
docs: add instructions for Unity based deployments (#13)
* docs: add instructions for Unity based deployments * remove link
1 parent 1305b5d commit c0a57fe

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Then select the hosting provider that you want to use under `modules/<provider_n
3232
- **MultiplayAllocator** - Unity Multiplay integration
3333
- **PlayFabAllocator** - Microsoft PlayFab integration
3434
- **EdgegapAllocator** - Edgegap integration
35+
- (Coming Soon) RocketScienceAllocator - Multiplay by RocketScience integration
3536

3637
### Configure the module
3738

@@ -47,11 +48,23 @@ Once you've completed the configuration steps for your chosen provider, proceed
4748

4849
### Deploy the module
4950

51+
Deploy the module using either the UGS CLI (recommended) or the Unity Editor.
52+
53+
#### Using the UGS CLI
54+
5055
```sh
5156
# Deploy cloud code module for your chosen provider
5257
ugs deploy modules/<provider_name>
5358
```
5459

60+
#### Using the Unity Editor
61+
62+
1. Open the Unity Editor.
63+
2. Install the `com.unity.services.cloudcode` and `com.unity.services.deployment` pacakges.
64+
3. Create a new module reference by selecting **Right Click** > **Create** > **Services** > **Cloud Code C# Module Reference**
65+
4. Edit the reference in the inspector to point to the module's sln file.
66+
5. Deploy the module using the **Deploy Selected** button in the deployment window. (**Services** > **Deployment**)
67+
5568
### Configure Unity Dashboard
5669

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

0 commit comments

Comments
 (0)