# Enable Web3 in your game

To easily use Web3 features in Your application we provided a simple prefab to drag and drop into Your scene. You will find it in **Assets > Augmented Life Studio LLC > metapro for Unity > metaproSDK > Prefabs > metapro\_plugin\_prefab**.

Drag that object into the hierarchy of Your scene.&#x20;

<figure><img src="https://lh5.googleusercontent.com/567Az_9yl8XcJiUU2pAbTCmiQ2EXyAHBkp7LBo01kwtP0SxRJhE4yteG58gkeboo3GyOERMRFWVFFygS1vCOoomSAB3DJ8HL3728TBcAnbxRQfbdDMFmefq4Akl3aecvLcTHJrXV89mJq8taax7QMC8UjLdek1IKG9GuzZHJsgyL1J5hqQ1Xy_ZCN-ycMg" alt=""><figcaption></figcaption></figure>

In prefab you will find Canvas that has implemented all screens needed in order to fully utilize web3 features.<br>

CAUTION: prefab doesn’t contain **EventSystem**. You have to create it on your own in your scene.<br>

All screens can be customized to match your game style.


---

# 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/quick-start/2.-play-mode-pc/enable-web3-in-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.
