Quantcast
Channel: Questions in topic: "ads"
Viewing all articles
Browse latest Browse all 1416

unity banner ads not showing,unity banner ads not

$
0
0
i followed the official unity tutorial on how to put bannner ads on my game, i set everything up in the unity dashboard, and in the editor i see a rectangle that says the ad should be there, but when i build the game nothing shows up, here is my script: bool testMode = false; public string gameId = "******" (my game id is here i just dot want to share it); // Start is called before the first frame update IEnumerator Start() { Advertisement.Initialize(gameId, testMode); while (!Advertisement.IsReady("Lost_Ad")) { yield return null; } Advertisement.Banner.SetPosition(BannerPosition.BOTTOM_CENTER); Advertisement.Banner.Show("Lost_Ad"); } },i followed the official unity tutorial on how to put bannner ads on my game, i set everything up in the unity dashboard, and in the editor i see a rectangle that says the ad should be there, but when i build the game nothing shows up, here is my script: bool testMode = false; public string gameId = "******" (my game id is here i just dot want to share it); // Start is called before the first frame update IEnumerator Start() { Advertisement.Initialize(gameId, testMode); while (!Advertisement.IsReady("Lost_Ad")) { yield return null; } Advertisement.Banner.SetPosition(BannerPosition.BOTTOM_CENTER); Advertisement.Banner.Show("Lost_Ad"); } }

Viewing all articles
Browse latest Browse all 1416

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>