This demo shows how to use the Unity Signaling SDK (RTM) 2.x to do real time remote transform synchronization.
- Unity3d 2021.3 LTS
- Agora Developer Account
- Agora Signaling SDK (version 2.1.9 or newer)
This section shows you how to prepare, build, and run the sample application.
To build and run the sample application, get an App ID:
-
Create a developer account at agora.io. Once you finish the signup process, you will be redirected to the Dashboard.
-
Navigate in Agora Console on the left to Projects > More > Create > Create New Project.
-
Save the App ID from the Dashboard for later use.
- Clone this repo and open the project from this folder
- Download the latest Signaling SDK (aka RTM SDK)
- Fill in App ID and Token (if enabled)
- Make sure if your AppID has token or not. Things won't work if you don't supply a token if your AppID requires one. We recommend use an AppID for testing first before applying token logic.
- Make a build and run it with the Editor
The MIT License (MIT).