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

How to ad picture ads??

$
0
0
hi
I use some codes like this

if(Advertisement.isReady()){ Advertisement.Show(); }


or this one


using System; using UnityEngine; using UnityEngine.Advertisements; public class AdvertisementTest : MonoBehaviour { void Awake() { if (Advertisement.isSupported) { Advertisement.allowPrecache = true; Advertisement.Initialize (<YOUR GAME ID HERE>); } else { Debug.Log("Platform not supported"); } } void OnGUI() {...

How to ad picture ads??

Viewing all articles
Browse latest Browse all 1466670

Trending Articles



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