# Installation

{% embed url="<https://www.youtube.com/watch?v=QeRrRU4gRqg>" %}

This package is currently visible only in the [developer portal](https://docs.metaproprotocol.com/metapro-market/developers-portal) on [metapromarket.com](https://www.metapromarket.com/). To get the package go to [metapromarket.com](https://www.metapromarket.com/) and follow guides to [connect your wallet and login with web3](https://docs.metaproprotocol.com/metapro-market/connect-wallet-+-web3-login).

\
When your account is logged you have access to Developer Portal.

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

To download Unity package click button **Download plugin** in Unity Plugin section.

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

**WARNING**: Before You can import metapro for Unity asset you need to disable **Assembly Version Validation** in your project. You will find this under **Edit > Project Settings > Player > Other Settings > Configuration.**

<figure><img src="https://lh5.googleusercontent.com/uRCyZ614x4Sfzifo0fyrETPDPxsbhNlgc89ITSmORbYqBLWCoSEA0n59_do13kdFF2aqGH_88F5GIjK19WX-S47nImhhp8P80Wpr1bJTA9jMuwDeByMdX88EgDlu4bMqKqqb5u2mhSVelYM9xE30fqzU_9ETEQrif6vIo3QsMBoNG72E6AJShlwhmEcy9Q" alt=""><figcaption></figcaption></figure>

If You happen to import metapro for Unity package before disabling that option it’ll be required to reimport assets. Go to **Assets > Reimport All** and in the popup window click the Reimport button.

To install asset you can follow official Unity guide: <https://docs.unity3d.com/Manual/AssetPackagesImport.html>

In the project you want to import an asset package choose: **Assets > Import Package > Custom Package**. In a file browser locate downloaded metapro asset **.unitypackage** file - select it and click **Open.**

<figure><img src="https://lh5.googleusercontent.com/iiLDpJkwd2EejjV0jQMcdBopuXZ4AGvVmNom0kZgiQqGkgunS_GshcG-7SRr_rP3YUTHzl4oIUkX5EPsio5jpv0O2Qjtuw_ktfg2mWs7FOmrTc7DzB7W7rC6KC0atymThq1iihIrIX7hTjWrndu4QYKFWYi7_ZGIJcqCTUjarhl0gM2MI3h6_OBoNMREfw" alt=""><figcaption></figcaption></figure>

The **Import Unity Package** window will appear. Make sure that every file has a checkmark and will be imported. Click the Import button and wait until all files are loaded and compiled.

<figure><img src="https://lh3.googleusercontent.com/lh1ppsqYRBBO7xWuHzHIZDBYdoRlqfQi3gbeUzgifyaUYGc98gG5eNPe-OQsHOVuVAT0sTG_v2an1pYRUsqYLgslYzUg_skQTOA8LtUL6HoajjaqnmJPdWvvbNRNi8QGQ6NgdXB__gelFcaVNPRQxR3ATIpQoApEZ1kgvUcCCN-GOzBuNgfAgbZJ72B6cQ" alt=""><figcaption></figcaption></figure>

To assure that the package is imported correctly check the existence of folders A**ugumented Life Studio LLC** and **WC** under **Assets** folder in your project. Second step to check is to look on the top bar of the Unity window and check if there is a tab called **Tools** that contains the Metapro **SDK Setup** button.

<figure><img src="https://lh3.googleusercontent.com/7_Fzm3hW7tYapnuQahwSQFAgzFF6I0JaBBdEBh9okp11vkaBo2SAcSIijomR8c1cuYP74gLt2l42e2hh1Z8udVNiXWSyxWKwPjGAixEPY6EfmcJXJHuduTX2GKKAgzsn7kjXd-M20IQLeObSNJxIx-XKbD9IsJVQn0-qcOLsRDStDWfDL3gntAf5_xZFZQ" 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://docs.metaproprotocol.com/metapro-protocol/unity-plugin/guides/installation.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.
