> For the complete documentation index, see [llms.txt](https://myty.gitbook.io/products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://myty.gitbook.io/products/kit/misc/legacy-documentation/v0.1.0-4.-import-myty-kit.md).

# \[v0.1.0] 4. Import MYTY Kit

## Download MYTY Kit's Unity package

1\. Go to MYTY Kit's Github page.

{% embed url="<https://github.com/Off-Live/myty-kit/releases>" %}

2\. Select and download the latest version of <mark style="color:purple;">`MYTY Kit's unitypackage`</mark>.&#x20;

![](/files/jpYQgq5L8WJnVZCSHKJb)

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

3\. In the header tab, choose <mark style="color:purple;">`Assets > Import Package > Custom Package…`</mark> , locate the downloaded MYTY Kit Package, and click the <mark style="color:purple;">`Open`</mark> button.

4\. After confirming that all items are checked in the Import Unity Package window, click the <mark style="color:purple;">`Import`</mark> button to import the package.

![](/files/YxBVtiSM8Hs1UwFsvEJ0)

5\. If you can see the <mark style="color:purple;">`MYTY Kit tab`</mark> in the header tab and can see the <mark style="color:purple;">`Assets > MYTYKit folder`</mark> in the lower left Project window, the MYTY Kit has been successfully imported.

![](/files/SDyXJF3MRn5nl1dWwzZx)

<details>

<summary>How to change the Unity Editor version of a project file</summary>

1\. In Unity Hub, click the project's <mark style="color:purple;">`Editor version`</mark> and select the version you want to change to.

![](/files/A54pTtPMeYZhnfSx7wbr)

2\. When the following window appears, click <mark style="color:purple;">`Change version`</mark>.

<img src="/files/gAsOgNTj6YUmp53kkwci" alt="" data-size="original">

3\. When the window below appears, click <mark style="color:purple;">`Continue`</mark>.

![](/files/RqzP960eBhGhnwk33WYS)

</details>

<details>

<summary>How to update to the latest version of the MYTY Kit Package. </summary>

1. The steps are exactly the same as for importing a MYTY Kit package for the first time: on the header tab, click <mark style="color:purple;">`Assets > Import Package > Custom Package…`</mark> , select the downloaded MYTY Kit Package, and click the <mark style="color:purple;">`Open`</mark> button.
2. After confirming that the required assets are checked in the Import Unity Package window, click the <mark style="color:purple;">`Import`</mark> button to import the package.

</details>

{% 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/kit/misc/legacy-documentation/v0.1.0-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.
