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.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Problem with FB Playable Ad

Discussion in 'Project Tiny' started by Sly88, Jul 9, 2019.

  1. Sly88

    Sly88

    Joined:
    Feb 22, 2016
    Posts:
    73
    Hi guys,
    I try to make Playable ad in Tiny Unity but I have some problem with upload my ad.

    I added new js script
    Code (CSharp):
    1. function CTACaller()
    2. {
    3.     FbPlayableAd.onCTAClick();
    4. }
    5.  
    I run it via script after button click.

    and I also override tsconfig

    Code (CSharp):
    1. {
    2.  
    3.     "compilerOptions": {
    4.  
    5.         "allowJs": true
    6.  
    7.     },
    8.  
    9.     "include":[
    10.  
    11.         "External/FacebookHelper.js"
    12.  
    13.     ]
    14.  
    15. }
    any idea why I can't upload the build ?
     

    Attached Files:

  2. ducloc96

    ducloc96

    Joined:
    Mar 18, 2018
    Posts:
    26
    How to build playable ads so you?