# Quick Start Unity SDK

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

1. In **Unity Hub**, create a new project (use the latest version of **Unity LTS**) or open your existing project.

<div data-full-width="false"><figure><img src="/files/ZARmVwYQ2zXf4b5cE3jx" alt=""><figcaption></figcaption></figure></div>

2. After opening the project go to “**File**” -> “**Build Profiles**”. Select “**Web**” and click on the “**Switch Platform**” button

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

3. After changing the platform go to the “**Player Settings**” section

<div data-full-width="false"><figure><img src="/files/W4jczWFsusLpFGBjLwPR" alt=""><figcaption></figcaption></figure></div>

4. And in the “**Other Settings**” subsection, set the settings like this:

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

5. And in the “**Publishing Settings**” subsection, set the settings like this:

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

6. Next, we need to install **iDos Games SDK** into the project. To do this we need to download the latest version of the package from the link - <https://github.com/iDos-Games/iDos-Games-Engine-Unity-SDK/releases>

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

7. Then go to the menu “**iDos Games**” -> “**General Settings**” and in Inspector set the test **TitleID** = **8HC7K5TB** and press the button “**Save Settings**”

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

8. After customizing **iDos Games SDK**, let's test the solution. To do this, let's add demo scenes to the project. And then run the “**Login**” scene.

<figure><img src="/files/99llqIabEwbp7GARNo0p" alt=""><figcaption></figcaption></figure>

9. If you are using **Unity 2021 or 2022**, make sure that in the **Assets\iDosGamesSDK Modules\Crypto Wallet IGC\Nethereum** folder all libraries except **NethereumMetamask.jslib** have such settings as in the picture below

<figure><img src="/files/985qfbcxfVEu9HJ2XayO" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Congratulations! You've created your first cross-platform app!

Further in the documentation, check out how you can integrate your app into other platforms such as iDos Games Platform, Google Play, Apple AppStore, Telegram Mini Apps and others, create your own token smart-contracts and NFT contracts and integrate in a couple of clicks into your app, integrate AI, set up ad monetization, subscriptions and more.
{% endhint %}


---

# 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.idosgames.com/start/quick-start-unity-sdk.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.
