Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Tiny WASM build - HTML interface to interact with Tiny and vice versa

Discussion in 'Project Tiny' started by newguy123, Apr 23, 2020.

  1. newguy123

    newguy123

    Joined:
    Aug 22, 2018
    Posts:
    1,209
    Hi guys

    I want to build a HTML interface, then have that interact with my Tiny wasm build
    Also, I want to click on things in my Tiny build to change HTML elements.

    For example, a html button, when clicked should trigger a cam movement

    When clicking on something in the Tiny, it should be able to navigate to a different html page

    Is that possible, if so, any docs that could help me do it?