# 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="build-myty-sdk" %}
[build-myty-sdk](https://myty.gitbook.io/products/sdk/how-to-use-myty-sdk/build-myty-sdk)
{% 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="https://774145129-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2YWEOtruEiKmcmCTpBsb%2Fuploads%2FMusjocIe270QGdPR9Him%2Fimage.png?alt=media&#x26;token=2aa2b52b-e8b9-4e17-970c-e6c9d8a2885e" 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="../myty-sdk-interface" %}
[myty-sdk-interface](https://myty.gitbook.io/products/sdk/myty-sdk-interface)
{% endcontent-ref %}

{% content-ref url="../for-web-application" %}
[for-web-application](https://myty.gitbook.io/products/sdk/for-web-application)
{% endcontent-ref %}

{% content-ref url="../for-ios-application" %}
[for-ios-application](https://myty.gitbook.io/products/sdk/for-ios-application)
{% endcontent-ref %}
