arrow_back
logo
search
SupportlaunchAPI
menulaunchSign In
close
OverviewConceptsAdmin PanelCloudAPICompliance
Overview
Get StartedAuthorizationMessagingJackpotsMultiplayerGame Client InterfaceErrors Handle
Get StartedAuthorizationGame SessionMessagingBettings and WinningsRandom Numbers GeneratorJackpotsMultiplayerTesting
Overview
Overview
Using the client libraryImplementing an integrationDeploying an integration
Replying to a gamePending Winnings
.NET CoreGoJavaNodeJsPHPPythonRuby
OverviewOverwriting jackpots
launchAPISupport
launchSign In

Get Started

Before you begin

Before you can use it, you need to:

  1. Create a Game inside the Fireball Admin panel
  2. Deploy your first simple server game function

Installing the SDK

This SDK can be installed using the Unity Package manager system (on Unity 2018.3+) with git. Alternatively, you can install the SDK using the traditional Unity packages.

Unity Package Manager

  1. Open /Packages/manifest.json file in your Unity project folder
  2. Add the following line to the dependencies section to use latest version
"com.kau.fireball": "https://github.com/kauinc/fireball-unity-sdk.git#latest"
  1. or add specific version:
"com.kau.fireball": "https://github.com/kauinc/fireball-unity-sdk.git#1.0.0"

Traditional Unity packages

Alternatively, you can download and import the Fireball SDK in the traditional way by unity packages:

  1. Download the latest Fireball SDK
  2. Import the Unity package into your Unity project by selecting Assets > Import Package > Custom Package
  3. Leave all the files checked and click Import

Next Steps

  • Authorization
  • Send Messages
  • Jackpots
  • Sample Project
Copyright © 2020-. All rights reserved.v1.0.8