# Solana Play Integration Guide for Unity3D

Grab the latest release from here, <https://github.com/MoonshineLabs-io/Solana-Play-Unity-Package/releases/tag/v0.0.1>

Open and import the package. Once you've done this, create the SolanaPlay Configuration,

<figure><img src="/files/Qij27N0nFvynsJyyFExI" alt=""><figcaption></figcaption></figure>

Pick an environment to use, valid environments are&#x20;

```
https://dev.moonshinelabs.io/
https://app.moonshinelabs.io/
```

<figure><img src="/files/PXYMfDm9cKIaOPdw59io" alt=""><figcaption></figcaption></figure>

If you've had a platform created for you, enter it here. Otherwise use `moonshinelabs` for testing.

<figure><img src="/files/sSas57svazBH7yzNIJ9l" alt=""><figcaption></figcaption></figure>

After you've added your environment and platform, if you play the included sample scene you will get a popup like this with all items that are listed for that platform.

<figure><img src="/files/QGrZNPLYGyV6TWUIdMfY" alt=""><figcaption></figcaption></figure>

Tap on any item to start the SolanaPlay purchase!

<figure><img src="/files/GEAFU4Sv48cD5q4WMSEY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://moonshine-labs.gitbook.io/solanaplay/solana-play-integration-guide-for-unity3d.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
