Unity Engine

Unity is a cross-platform game engine developed by Unity Technologies.

It is particularly popular for iOS and Android mobile game development and used for games such as Pokémon Go, Monument Valley, Call of Duty: Mobile, Beat Saber and Cuphead.

Sariska provides demos build for different platforms in order to give you a head start.

Installation - WebGL

The first step is to clone the Sariska Media Unity Webgl Repository by running the following command in your project directory using git.

git clone https://github.com/SariskaIO/sariska-media-unity-webgl.git

The demo can be run directly from unity, you can choose any room name by editing the room name at the following line in the code.

connection = new SariskaMediaTransport.JitsiConnection(token, "{room-name}");

Installation - Android

The demo app can be cloned by running the following command in your project directory using git.

git clone https://github.com/SariskaIO/Sariska-Media-Unity-Demo.git

The code generated a token for you by using the room name and user name of your choice.

Last updated