Create Scene

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

Create Scene to Build Your Own

  1. Follow the step above (Build MYTY SDK) except for the part clicking Create Scene & Build button.

  2. Instead, click Create Scene button, and you will notice that scene is created.

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

Last updated