Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

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,248
    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?