Skip to content

Installation and Connection

Arezoo Nazer edited this page Mar 13, 2022 · 6 revisions

Welcome to the step by step tutorial on installing “GameHub” SDK for Unity.

I. Downloading and importing Unity package

II. Connect

The GameHub service allows your game to connect Bazaar directly in order to participate players to sub-services. You should create an instance of “GameHub” inside the Start or Awake method and then connect to the service.

var gameHub = new GameHub();
var result = await gameHub.Connect();