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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Problem with FB Playable Ad

Discussion in 'Project Tiny' started by Vlasooff, Jan 20, 2020.

  1. Vlasooff

    Vlasooff

    Joined:
    Nov 8, 2019
    Posts:
    2
    I put together a Tiny3d Web (wasm) project and wanted to add it to FB Playable ads.
    The problem is that the whole assembly hangs less than 2mb, and FB writes that it is more than 2mb ...
    upload_2020-1-20_14-50-17.png
    upload_2020-1-20_14-51-4.png
    Help add a game to the FB Playable ads
    The game build:
    upload_2020-1-20_14-53-0.png
     

    Attached Files:

  2. Ted_Wikman

    Ted_Wikman

    Unity Technologies

    Joined:
    Oct 7, 2019
    Posts:
    904
    Could it be that the build is actually bigger than 2MB once unzipped, and that Facebook does its size test after it has unzipped it?
     
  3. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Also, make sure its a release build
     
  4. Hururu

    Hururu

    Joined:
    Dec 3, 2019
    Posts:
    6
    Please tell me, how to pack the results of the tiny build into a html?
     
  5. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Currently, we don't support exporting web builds into a single html file but its on the roadmap.
     
    Last edited: Feb 17, 2020
  6. Vlasov_VV

    Vlasov_VV

    Joined:
    Mar 9, 2018
    Posts:
    6
    Roughly when can this be expected?
     
  7. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    It's planned for Tiny 0.24 with target release in early April
     
  8. DavidHutch

    DavidHutch

    Joined:
    Feb 25, 2019
    Posts:
    5
    I was just wondering if there is any further information on when this could be expected? I see 0.24 was released with no mention of this. We were hoping to use project tiny for playable ads and have been stuck using the early Type Script release to build our ads. Thanks.
     
  9. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Hi David,
    unfortunately, we couldn't make it in 0.24 I know exporting to a single HTML file is currently being worked on
    but I'll update you when the feature is ready
     
    DavidHutch likes this.