> For the complete documentation index, see [llms.txt](https://style-protocol.gitbook.io/sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://style-protocol.gitbook.io/sdk/overview/try-sdk/try-sdk-for-unity.md).

# Try SDK for Unity

Integrate the STYLE Marketplace in Unity.

Take less than 15 minutes to download the SDK for Unity and integrate the STYLE Marketplace into a Unity Scene.

### [Demo](https://style-protocol.github.io/STYLE-protocol-SDK-unity-Demo/)

<figure><img src="https://1668964791-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZZkKJcrjgP5iMKJ5CZhk%2Fuploads%2FKhkrPiqoebOJwbSic4Ub%2Fimage.png?alt=media&amp;token=7d013391-44ff-4a2c-8dff-0e226ce6858d" alt=""><figcaption><p>STYLE Marketplace Example</p></figcaption></figure>

### What you need

* Make sure you have Unity 2021.3.11f1 LTS or later available.
* [Get an endpoint](broken://pages/aFJ2kRcv5Kd8zeuKlZE5)
* [Get an Alchemy Key](/sdk/fundamentals/requirements/getting-an-alchemy-key.md) (optional)

### Bring the STYLE Marketplace into Unity

1. Download the latest STYLE Protocol Unity SDK as a Unity package.
   * [Download](https://github.com/STYLE-Protocol/STYLE-Protocol-SDK-Unity/releases)
   * The filename is similar to `STYLE_Protocol_SDK_v0.0.2.unitypackage`.
2. Create a 3D Unity project using 2021.3.11f1 LTS or later.&#x20;
3. Install the **packages:**
   1. [Web3](https://github.com/ChainSafe/web3.unity) ([setup](https://docs.gaming.chainsafe.io/))
4. Select **Assets > Import Package > Custom Package** to import your downloaded STYLE Protocol SDK package.
5. Click **Import**.
6. Create Secrets.cs as a [template](https://github.com/STYLE-Protocol/STYLE-Protocol-SDK-Unity/blob/master/STYLE%20SDK/Secrets.cs.tmp) with Endpoints and an Alchemy key (optional) substituted.&#x20;
7. You'll find the SDK into STYLE SDK folder and there is an example usage inside the Demo folder.

{% hint style="info" %}
[Repository](https://github.com/STYLE-Protocol/STYLE-Protocol-SDK-Unity)
{% endhint %}
