> 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/sdk/how-to-use-myty-sdk/create-scene.md).

# Create Scene

{% hint style="warning" %}
This section is for developers who want to customize Unity Project. If you are new to Unity and don't want to update the interface, skip to the next section
{% endhint %}

## Create Scene to Build Your Own

{% content-ref url="/pages/46sumaJ2OYtcVmzOM5Zk" %}
[Build MYTY SDK](/products/sdk/how-to-use-myty-sdk/build-myty-sdk.md)
{% endcontent-ref %}

1. Follow the step above (<mark style="color:purple;">`Build MYTY SDK`</mark>) except for the part clicking <mark style="color:purple;">`Create Scene & Build`</mark>  button.
2. Instead, click <mark style="color:purple;">`Create Scene`</mark>  button, and you will notice that scene is created.

<figure><img src="/files/L1Zz028pJ0vzN1eZ3JVy" alt=""><figcaption><p>Avatar Scene Created</p></figcaption></figure>

3. You can check out the code and update it in a way you want to use

## MessageHandler

This is the class responsible for interacting with Web or Mobile Application. You can modify this class to define more actions you want to include as interaction. See more in the sections below

{% content-ref url="/pages/977bMtcUdYGpppzNPoPq" %}
[MYTY SDK Interface](/products/sdk/myty-sdk-interface.md)
{% endcontent-ref %}

{% content-ref url="/pages/lxGRFxUXxALwfa6wxQM0" %}
[For Web Application](/products/sdk/for-web-application.md)
{% endcontent-ref %}

{% content-ref url="/pages/byBgzUQ30gWwaqSU2XDh" %}
[For iOS Application](/products/sdk/for-ios-application.md)
{% endcontent-ref %}
