Overview
Overview
The Elixir Overlay is a feature that allows developers to integrate features like NFT purchasing and friends chat seamlessly into their game.
While the overlay is provided by Elixir Launcher in-game automatically without any additional setup requirements, to integrate all the features of the overlay in-game, some setup is required.
Initialization & Disposal
The overlay event buffer will be automatically initialized by the SDK upon a call to PrepareElixir(apiKey)
.
The event buffer will remain initialized until application shutdown.
Integration
Here is a minimal example:
Last updated