➡️Getting Started

Basic Installation and setup requirement

Setup

1. Import the Unity package to a new project (Suggested to be using 2019.4+)

Since this is a project template, all the project settings have been included in the asset store package, but you can choose not to import all of them, as this setup guide has also mentioned about some import settings which you can configure yourself, you don't have to worry not importing them.

2. You will be greeted by the wizard window, which guides you to the quick start template

3. There are two types of workflow you can choose

Before anything, it's suggested to set the DSP buffer size to ”Best latency” in the Audio Project Settings to make sure the audio synchronization is smoother, however, the audio stability might vary.

To test with mobile touch input, please install the device simulator from the package manager

Device Simulator

Select the "Game" dropdown on the top left corner of the Game window to swtich over to device simulator

4. The demo scene uses TextMeshPro, you will also need to set it up when being prompted.

5. Press play in any of the demo scene and you should be good to go!

Last updated