Overview
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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.
Here is a minimal example: