Quantcast
Channel: Unity Ads & User Acquisition
Viewing all articles
Browse latest Browse all 6164

Two banner ads

$
0
0
Hi
Is it possible to ad two banners on one screen. ?
I tried


void Start()
{
StartCoroutine(ShowBannerWhenReady());
StartCoroutine(ShowBannerWhenReady2());
}

IEnumerator ShowBannerWhenReady()
{
Advertisement.Banner.SetPosition(BannerPosition.BOTTOM_CENTER);
while (!Advertisement.IsReady(placementId))
{
yield return new WaitForSeconds(0.5f);
}
Advertisement.Banner.Show(placementId);
}...

Two banner ads

Viewing all articles
Browse latest Browse all 6164


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