Using the provided boilerplates to quickly get your integration up and running.
Sequence’s Unity SDK includes a range of features to help you bootstrap your game.
Import our boilerplates from the Setup samples in the Package Manager UI.
and can create them using the BoilerplateFactory as shown below. Feel free to adjust the UI and logic inside the samples to fit your needs.
Ensure that your codebase has access to the Sequence.Boilerplates.asmdef assembly.
Checkout the BoilerplateController.cs for more integration examples.
Accelerate your game growth by selling items directly to your players. Create the SequencePlayerProfile prefab to
show an In-Game Shop that utilizes game items from a ERC1155 contract, which users purchase using any custom or
existing ERC20 currency.
Primary Sales Contract: Learn how to set up and deploy contracts for launching a primary sale.
Reward users with NFTs or Collectibles for playing your game for consecutive days. Deploy our server boilerplate
which performs the mint transaction whenever they claim their reward.
Create the SequencePlayerProfile prefab to manage your current profile. This includes functionalities such as Sign Out,
linking external wallets, sending native tokens, and QR code to receive funds.