# 4. Import MYTY Kit

{% hint style="info" %}
Do you have any files made with an **earlier version than MYTY Kit v1.0**? To migrate your project file to MYTY Kit v1.0, please refer here.

👉 [#how-to-migrate-old-version-project-files-to-the-new-myty-kit](https://myty.gitbook.io/products/kit/misc/troubleshooting-and-faq#how-to-migrate-old-version-project-files-to-the-new-myty-kit "mention")
{% endhint %}

{% hint style="warning" %}
**Requirements**\
To use Git packages in a project, **Git must be installed on the user machine.** The Git executable path should be listed in the PATH system environment variable. If you don't have Git on your machine, please refer here.\
👉 [Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
{% endhint %}

## 1. Create 2D Project

1\. In Unity Hub, click <mark style="color:purple;">`New project`</mark> in the upper right corner.

2\. Select the <mark style="color:purple;">`2D template`</mark>, and click <mark style="color:purple;">`Create project`</mark> to create a new project file. You can change the <mark style="color:purple;">`Project name`</mark> and <mark style="color:purple;">`Location`</mark> in <mark style="color:purple;">`PROJECT SETTINGS`</mark>.

![](https://1381431913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6CBs7vCLqptAiFUTrCYl%2Fuploads%2FnWv08dpk0nDZXxMw8Nzy%2Fcreate%20file.gif?alt=media\&token=cd9753be-7592-424c-aabb-119c60521601)

## 2. Download MYTY Kit from PackageManager

{% hint style="info" %}
The lite version of MYTY Kit is available. The lite version excludes

(1) PSB layer command tool

(2) Model files from Mediapipe
{% endhint %}

1. In the header tab, click <mark style="color:purple;">`Window > Package Manager`</mark> and open the Package Manager window.
2. Click the ✚ button in the upper left corner, select <mark style="color:purple;">`Add package from git URL...`</mark>
3. Copy and paste <https://github.com/Off-Live/myty-kit.git?path=/Assets#pre-release/sdk-core-dev>
4. Click the <mark style="color:purple;">`Add`</mark> button.

<figure><img src="https://1381431913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6CBs7vCLqptAiFUTrCYl%2Fuploads%2FJvJNT3ynhKWc95KzhTHj%2Fpackage%20manager_1.gif?alt=media&#x26;token=600c5895-e25e-4e86-b1e9-583bfebc0181" alt=""><figcaption></figcaption></figure>

5\. After you succeed in importing MYTY Kit, you can see the below screen.

<figure><img src="https://1381431913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6CBs7vCLqptAiFUTrCYl%2Fuploads%2F6nzhb6h514zOlOXQYoOZ%2FUnity%20package.png?alt=media&#x26;token=c9485095-13a8-4790-9e85-c55e29999ab7" alt=""><figcaption><p>Package manager screen where MYTY Kit download is completed</p></figcaption></figure>

<figure><img src="https://1381431913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6CBs7vCLqptAiFUTrCYl%2Fuploads%2FRdrfC474gKLLdOmGdzPH%2Fstatus%20bar.png?alt=media&#x26;token=6c055174-2b45-44ef-beef-b375bcd930f6" alt=""><figcaption><p>Console panel after MYTY Kit download is completed</p></figcaption></figure>

{% hint style="warning" %}
**Do you have any errors in using Package Manager?** \
Please refer to [Unity Troubleshooting manual](https://docs.unity3d.com/Manual/upm-errors.html#git-not-found)
{% endhint %}

{% hint style="success" %}
**Have a question or an idea?** \
If you have a question to ask or an idea to share, participate in the [MYTY Kit Community](https://discord.com/invite/myty). We’d love to hear from you.:smile:
{% endhint %}
