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

DOTS - Project Tiny - Where is build file?

Discussion in 'Project Tiny' started by davethomsonhutch, Sep 19, 2019.

  1. davethomsonhutch

    davethomsonhutch

    Joined:
    May 14, 2019
    Posts:
    9
    Can someone tell me where the resulting build file is? I ran the samples with Wasm in release mode and it opens in my browser, but where is the actual content if I want to then upload the file to say Facebook?

    I want to create a playable ad, so looking for an HTML file I guess?
     
  2. davethomsonhutch

    davethomsonhutch

    Joined:
    May 14, 2019
    Posts:
    9
    So i've found the build file, its located In the Library > DotsRuntimeBuild directory. However, the choices for build are AsnJS or Wasm, but this is no good for Playable ads as it has to be a single html5 file for the likes of Facebook and ios. Does anyone know how to create HTML5 ads in Project Tiny C# version?