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:

Elixir.ElixirController.Instance.PrepareElixir("put you public key here")

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.

Last updated