This is a sample project that exports UI data from Unity to Phaser 3.
- Clone the project.
- There are two sub projects, unity-ui-sample which contains the unity files.
- unity-ui-2-phaser-3, the boilerplate project that we use to test the output.
- Inside the unity-ui-2-phaser-3 folder run the following commands.
npm install
npm run start
- Then open the page on a browser, http://localhost:1234
You can watch the video tutorial from here.