How to Integrate Sequence Wallet SDK into a Unity Project
Overview:
This article walks you through the process of integrating Sequence Wallet SDK into your Unity project, enabling web3 functionality such as blockchain asset management and dApp interactions.
Step 1: Prerequisites
Before you begin, ensure you have the following:
- Unity Editor installed (2021.3 or later recommended).
- A Sequence developer account with access to Sequence Builder.
- A basic understanding of Unity development.
Step 2: Install Sequence SDK
- Open your Unity project.
- Navigate to Window > Package Manager.
- Click the + button and select Add package from git URL.
- Paste the Sequence SDK Git URL provided in the official documentation.
- Unity will automatically download and install the SDK.
Step 3: Configure the SDK
- Navigate to your Unity project settings.
- Add your Sequence API Key and config information in the Sequence Config Scriptable Object panel.
- Save the settings and ensure the connection is active.
Common Issues:
- Wallet not connecting: Check your API key and configurations match the builder
To learn more, please check out our official docs page.
**
Updated on: 04/04/2025
Thank you!