Quantcast
Channel: Unity Forum
Viewing all articles
Browse latest Browse all 1466670

Unity Ads keep playing after closing a ad?

$
0
0
Hi

I added the script from "Getting started it's that simple" from the unity asset store plugin.

using UnityEngine.Advertisements;
using UnityEngine;
using System.Collections;

public class Ad2 : MonoBehaviour {

// Use this for initialization
void Start () {Advertisement.Initialize ("ID#");

}

// Update is called once per frame
void Update () {if(Advertisement.isReady()){ Advertisement.Show(); }

}
}

When I press the ad close button the ads keep playing one...

Unity Ads keep playing after closing a ad?

Viewing all articles
Browse latest Browse all 1466670

Trending Articles



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