LogoLogo
  • 🕴️ QUICK START GUIDE
  • DASHBOARD
    • Management
      • Add a new Game
        • Create a Game
        • Set-Up
        • Review Guidelines
      • Version control
        • Add a Build
        • Handle branches
        • Upgrade Versions
      • API Keys
    • NFT Collections
      • Add a Collection
      • Staking Support
    • Beta Codes
      • Create a Beta Code
    • Tournaments
      • Set Up
      • Create Tournament
    • In-App Purchases
      • Developer
        • Set up your Store
        • Submit Product
        • Client Integration
        • Handle Post-Payments
      • Payment Gateways
      • Review Guidelines
    • Elixir Invisible Wallet
      • Gas Manager
        • Create Gas Manager
        • Handle Balances
    • Reward Center
      • Game Quests
        • Add a Stat
        • Create a Quest
        • Test Your Quest
        • Submit your Quest
        • Update Progress
        • Review Guidelines
  • Elixir Gamer Services
    • 🏁Kick-off
    • Unity
      • Getting Started
        • Overview
        • Updates
          • GitHub
          • Unity Asset Store (Coming Soon)
      • Overlay
        • Overlay Actions
        • Event Simulator
          • SDK Events
      • Authentication
        • Desktop
        • Mobile
      • Reference
    • Unreal Engine
      • Getting Started
        • C++ Project
        • Blueprints Project
  • API
    • Elixir REST API
      • 🖥️Desktop Auth
      • 📱Mobile Auth
      • 🔐RSA Signature
        • 🔢C# Example
        • 🔢Node.js Example
      • 🧔User
      • 👾NFTs
      • 🏆Tournaments API
      • ❓Game Quests
    • How To
      • Link Elixir account to a game API account
Powered by GitBook
On this page
  • 1. Download and install
  • 2. Obtain your public key
  • 3. Use Elixir SDK in your game

Was this helpful?

Export as PDF
  1. Elixir Gamer Services
  2. Unity

Getting Started

PreviousUnityNextOverview

Last updated 1 year ago

Was this helpful?

If you're new to the Elixir SDK, check out the detailed

1. Download and install

  • Download the latest version of the SDK available .

  • Import the package inside your workspace: Assets > Import Package > Custom Package

2. Obtain your public key

Your public key can be obtained in the .

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.

  • Understand inside your game

  • Discover all the available you can do with it

  • Use our to develop locally for a smooth integration

Integration Example
here
Click here to read more about Elixir API keys
Developer Dashboard
how the Overlay works
actions
Event Simulator