Getting Started
If you're new to the Elixir SDK, check out the detailed Integration Example
1. Download and install
Download the latest version of the SDK available here.
Import the package inside your workspace: Assets > Import Package > Custom Package
2. Obtain your public key
Your public key can be obtained in the Developer Dashboard.
The public key is used to initialize the Elixir SDK. Try it by replacing the following line in the integration example:
3. Use Elixir SDK in your game
You can see a working reference by running our integration example. After inputting the public key you should be able to run the initial scene and check that you obtained your Elixir publisher user.
Understand how the Overlay works inside your game
Discover all the available actions you can do with it
Use our Event Simulator to develop locally for a smooth integration
Last updated