Skip to main content

🛠️ Step 1: Install Sequence’s Unity SDK

Download v5 from the SDK’s GitHub Releases to access Ecosystem Wallets. You can download it as a .unitypackage file and simply add it to your Unity project. To see Ecosystem Wallets in action, try our Built-In Demo.

🔑 Step 2: Configure your Unity Project

Go to sequence.build, sign up or log in, and create a new project. You can follow the Builder Getting Started guide to get a step by step flow. Follow our Unity Setup to configure the Unity SDK.

💼 Step 3: Create a Session with Permissions

To send a transaction to a specific contract, you must first create a session with the required permissions.
Next, let’s create the SequenceConnect interface with these permissions to create a wallet session. Checkout other login options here.

📨 Step 4: Send Transactions

Finally, let’s use our wallet session to send a transaction to the contract address specified in our permissions.