- Unity 2022.x
-
(Optional) There's an example Vivox Authentication Server included in this repository. You can run it using
make run
. (do not forget to create a.env
file) -
Follow the instructions found here to configure the AccelByte Unity SDK plugin.
-
Link your Unity project to an existing Unity Dashboard project. This will automatically pull in Vivox credentials into the Unity project. (source)
-
Open the MainScene.unity file.
-
Find and select the
VivoxVoiceManager
object in the Hierarchy window. -
Locate and modify the
Token Provider Url
field in the Inspector field. -
Build the Unity project. (
File / Build Settings
and thenBuild
) -
Launch 1 or more instances of the build. (
Client.exe
) -
Click
Login
on each of the client(s).