# 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.

👉 [Troubleshooting & FAQ](/myty-kit/misc/troubleshooting-and-faq.md#how-to-migrate-old-version-project-files-to-the-new-myty-kit)
{% 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>.

![](/files/ePaYFGfAkfCP8maAg99a)

## 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 fro 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`
4. Click the <mark style="color:purple;">`Add`</mark> button.

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

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

<figure><img src="/files/Cso3RICm1BW3satClGCN" alt=""><figcaption><p>Package manager screen where MYTY Kit download is completed</p></figcaption></figure>

<figure><img src="/files/6hvFYEjt0Crmlu5y58qr" 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:~:text=computer%20as%20well.-,Unable%20to%20add%20package%20from%20Git%20URL,-See%20Repository%20not)
{% 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 %}


---

# 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/myty-kit/getting-started/4.-import-myty-kit.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.
