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

How to load ads before showing?

$
0
0
Hey guys.I am working on a project and its almost done.But i have problem.I added ads into my game. When the player dead for the third time i show ads. Here is my code: prefdeğer = PlayerPrefs.GetFloat("reklam"); if (prefdeğer == 2) { if (Advertisement.IsReady()) { Advertisement.Show(); PlayerPrefs.SetFloat("reklam", 0); } else { PlayerPrefs.SetFloat("reklam", 1); } } else { prefdeğer += 1; PlayerPrefs.SetFloat("reklam", prefdeğer); } I just wanna know if ads loading automaticly before showing or they start loading when i request if they dont loading automaticly how to load them since beggining of game my english is broken.its not my native language.if i made a mistake im sorry

Viewing all articles
Browse latest Browse all 1416

Trending Articles