# Implementing Meta Assets into Your Game

#### 1. **Integrate your Meta Asset to your game using Unity**&#x20;

* Integrate your Meta Asset to your game using Unity Explore a comprehensive guide that outlines the process of seamlessly integrating Meta Assets into your game using Unity.

{% content-ref url="/spaces/9QQIPimQeOGE3C1HbWxf/pages/kfF8jmqSZ9Y90RrkzaAX" %}
[Integrate your Meta Asset to your game using Unity](/developer-documentation/implementing-meta-assets-into-your-game/integrate-your-meta-asset-to-your-game-using-unity.md)
{% endcontent-ref %}

#### **2.** Verify User Tokens Ownership

* Learn how to verify whether a user possesses a specific token through the API. This step is crucial for authenticating and granting access to in-game assets tied to Meta Assets.

{% content-ref url="/spaces/9QQIPimQeOGE3C1HbWxf/pages/fjCAtrMElMfDGVJKvRwz" %}
[Verify User Tokens Ownership](/developer-documentation/implementing-meta-assets-into-your-game/verify-user-tokens-ownership.md)
{% endcontent-ref %}

#### **3. Displaying All User-Owned Tokens**

* Understand how to showcase to users the tokens they currently own. Implementing this feature enhances user engagement by providing a transparent overview of their Meta Asset collection.

{% content-ref url="/spaces/9QQIPimQeOGE3C1HbWxf/pages/6xMi2WGVBtWts7oFP6RH" %}
[Displaying All User-Owned Tokens](/developer-documentation/implementing-meta-assets-into-your-game/displaying-all-user-owned-tokens.md)
{% endcontent-ref %}

#### **4. Displaying All Assets Assigned to the Game on the Metapro Market**

* Market Gain insights into displaying all assets assigned to the game on the Metapro Market. This feature allows for a centralized marketplace where players can explore, trade, and engage with a variety of Meta Assets associated with the game.

{% content-ref url="/spaces/9QQIPimQeOGE3C1HbWxf/pages/hztTkk3shA5SUsAHOYMg" %}
[Displaying All Assets Assigned to the Game on the Metapro Market](/developer-documentation/implementing-meta-assets-into-your-game/displaying-all-assets-assigned-to-the-game-on-the-metapro-market.md)
{% endcontent-ref %}


---

# 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/developer-documentation/implementing-meta-assets-into-your-game.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.
