diff --git a/README.md b/README.md index 80b7cc9..9ea2ee5 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Select the hosting provider that you want to use under `modules/` - **MultiplayAllocator** - Unity Multiplay integration - **PlayFabAllocator** - Microsoft PlayFab integration - **EdgegapAllocator** - Edgegap integration +- (Coming Soon) RocketScienceAllocator - Multiplay by RocketScience integration ### Configure the module @@ -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. + +#### Using the UGS CLI + ```sh # Deploy cloud code module for your chosen provider ugs deploy modules/ ``` +#### 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):