# MYTY SDK

## Introduction

**Metaverse Creator who wants to create a metaverse app that uses MYTY Avatars can use MYTY SDK for free.**&#x20;

In this tutorial, MYTY provides how to use MYTY SDK to create metaverse apps for live avatars. At the forefront of the Web3 social metaverse scenario are PFPs. Each PFP project has anywhere between hundreds to tens of thousands of individual NFTs. MYTY SDK allows you to transform a collection of NFTs into a collection of animated, Mocap-enabled, avatars in one go. It can be used as an SDK to create Web3 social metaverse apps for such avatars. MYTY SDK v1.0 is for use in Unity, and the rights to its use and redistribution are granted under the MIT license.

### Skip the avatarization step!

Metaverse creators can skip the avatarization step altogether by using available MYTY Avatars for free. Moreover, since MYTY SDK is released under the MIT license, Metaverse Creators will not have to worry about the fine print when generating revenue.

### Why should we use MYTY SDK for creating the metaverse?&#x20;

1. Easy-to-use working environment in Unity
2. Support for face and full-body motion tracking
3. Completely compatible with Web3

## Before starting

Go through MYTY Glossary page and appreciate the MYTY SDK.&#x20;

{% embed url="<https://myty.gitbook.io/myty-kit-guide/before-you-begin/myty-kit-glossary>" %}

## ✅ System requirements

### Recommended Unity Editor version for MYTY SDK&#x20;

While we currently **recommend installing Unity 2021.3.2f1 LTS** for MYTY SDK development, you can build apps with other Unity configurations as well.

{% hint style="success" %}
Recommended version: Later version than **2021.3.2f1**
{% 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://myty.gitbook.io/products/sdk/myty-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.
