Game integration guide

This section covers how to integrate a game with our SDK and API and use it properly with the current flow. This step-by-step guide includes some optional steps along with links to other sections for more detailed information.

  1. Integrate the Native Genvid SDK into your game
  2. Integrate the Web Genvid SDK into your game website
  3. Create your Genvid Project Configuration

Integrate the Native Genvid SDK into your game

Follow the steps in the Engine Integration section to integrate the Native Genvid SDK into your game project. You can also follow our examples for each supported engine:

Integrate the Web Genvid SDK into your game website

Next, follow the steps indicated in the Website Integration section to create a website with Web Genvid SDK that displays the video stream and information from your game. You can also create interactions between viewers and your game. You can also follow our examples for each supported Engine:

See Unity Sample Website Integration for detailed information about the different sections of the sample website.

Create your Genvid Project Configuration

This section covers linking your website and game together with configuration files and Python scripts. Some steps will be indicated as optional since you are not forced to use this system to run your game into our system.

The page Nomad Templates covers creating a Nomad template to use for your game.

The run.py script defines which files to copy while performing a build using the py local.py run-script build command. This is optional, as you can manage the build process of your game project the way you prefer. Feel free to modify the run.py script file available in all the sample projects as needed for your project.