How to set up and use Sequence Sidekick inside Unity
Sequence Sidekick enables seamless interaction with blockchain functionality directly within the Unity Editor — no need to run the game or leave the Unity environment.
Test blockchain features with wallets, contracts, and more — all from within Unity. For advanced usage and API details, check the full Sequence Sidekick documentation.
Before using the Unity integration, you need to install and configure the Sequence Sidekick service on your system. Follow the official guide here:
This will walk you through downloading and launching Sidekick.
Once Sidekick is set up, follow these steps to integrate it with Unity:
In the Unity Editor:
Assets > Create > Sequence > SidekickConfig
menu.SidekickConfig
asset.This path tells the Unity integration how to launch the Sidekick service from the editor.
After configuring the Sidekick path:
SequenceDev
tab in the Unity Editor toolbar.This gives you full control of the Sidekick runtime within the Unity environment.
To begin interacting with the blockchain:
SidekickEditorController
script into any scene.You do not need to enter Play mode to use Sidekick features.