Implement Vivox Unity
Steps to implement Vivox Unity in your game project.
Read time 1 minuteLast updated 17 days ago
To implement the Vivox Unity SDK, you need the following items, which you can find in the Unity Developer Portal:
- The URL for your Vivox API endpoint
- The host for your Vivox domain
-
Your Vivox access token issuer and key pair.
-
You use this information to sign Vivox access tokens on your server and distribute those tokens to your game clients.
- For more information, refer to the Access Token Developer Guide.
-
You use this information to sign Vivox access tokens on your server and distribute those tokens to your game clients.
-
A VivoxUnity package for each of the platforms that will be supported by your game.
- Each package contains sample code that demonstrates how to generate access tokens in one or more languages