> For the complete documentation index, see [llms.txt](https://docs.metaproprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metaproprotocol.com/metapro-protocol/unity-plugin/guides/quick-start/1.-editor/import-game-key.md).

# Import game key

## How to get Private Game Key

In order to get your private game key, you will need to follow a few steps.&#x20;

**Step 1**

Visit [market.metapro.one](https://market.metapro.one/) and click **Login**

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

**Step 2**&#x20;

**Connect** with one of available wallet providers.

{% hint style="success" %}
We recommend using our metapro wallet.&#x20;
{% endhint %}

<figure><img src="/files/ntyZgmgZryeoI6HX9hMW" alt="" width="563"><figcaption></figcaption></figure>

**Step 3**

If you are login for the first time please [set your account](https://docs.metaproprotocol.com/metapro-market/set-your-account) or if you already have your account with us please [connect your wallet and login to web3!](https://docs.metaproprotocol.com/metapro-market/connect-wallet-+-web3-login)

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

**Step 4**

Click on Developer Portal

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

**Step 5**

Select **Show game key**

{% hint style="warning" %}
You can only get the game key after you add the first asset!
{% endhint %}

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

**Step 6**

Copy your game key

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

**Step 7**

Use this key in Unity Plugin.

Copy the visible game key and paste it into the Metapro SDK window in Unity.

<figure><img src="/files/S5h67xeWsyIn9lDgIChx" alt="" width="346"><figcaption></figcaption></figure>

Inside the metaproSDK editor window you can also choose which chain you want the game to connect to. Currently available chains are BNB and BNB testnet. If you choose testnet then in all runtime screens the player will see the “Testnet” indicator image.

<figure><img src="https://lh3.googleusercontent.com/M6Hyzwj5SXoVE0jKlGF8sAQPpM8nKEfwm-GMpkgTvb1tZKT9MtCQ2YE9VW2CFqbmSiLIKnq80p8iPinvPj7eG6AMzREHdTgqPp_jEaObDNbrvcsK2ivBbzFSC4UJYIpkApHoJV6Vu5HU_OdO5W-GlXI" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.metaproprotocol.com/metapro-protocol/unity-plugin/guides/quick-start/1.-editor/import-game-key.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
