> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-6256-forte-config.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Unity SDK Setup for Ecosystem Wallets

> Ecosystem Wallet Documentation for Sequence's Unity SDK.

<Steps>
  <Step title={"Configure your Unity Project"}>
    Sign in and create a project on [Sequence Builder](https://sequence.build).

    Download your config file from Builder as shown below.

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-6256-forte-config/oiWM_wk08HN-3oFs/images/unity/builder_config_file.png?fit=max&auto=format&n=oiWM_wk08HN-3oFs&q=85&s=070590b6cc1845e934e18dbba4301760" width="1696" height="1450" data-path="images/unity/builder_config_file.png" />
    </Frame>

    Make sure you have the required fields:

    * **Builder API Key:** Your Project Access Key from your [Builder project.](https://sequence.build/)
    * **Wallet App Url:** The URL of the Ecosystem you want to connect to. If you are unsure, use `https://v3.sequence-dev.app` as a default.
  </Step>

  <Step title={"Try our Built-In Demo"}>
    Import the `Ecosystem Wallet Demo` sample from Unity's Package Manager. Additionally, checkout our boilerplate
    script `SequenceEcosystemWalletWindow` for integration details.

    If you have installed the SDK as a `.unitypackage` file, please locate the Demo scene inside
    Unity's `Project` window under `Packages > Sequence Embedded Wallet SDK > Sequence > Samples > Demo`

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-6256-forte-config/oiWM_wk08HN-3oFs/images/unity/ecosystem-wallet-demo.png?fit=max&auto=format&n=oiWM_wk08HN-3oFs&q=85&s=a13247d3a659e61e4c74f9fc19f4bafd" width="2991" height="1562" data-path="images/unity/ecosystem-wallet-demo.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/sequence-0fb8d9e6-6256-forte-config/oiWM_wk08HN-3oFs/images/unity/ecosystem-wallet-setup.png?fit=max&auto=format&n=oiWM_wk08HN-3oFs&q=85&s=a3dd2b0d7a716d796d090ea5cbc514d2" width="2234" height="1012" data-path="images/unity/ecosystem-wallet-setup.png" />
    </Frame>
  </Step>
</Steps>
