Hi guys,
I’ve got a little problem with Unity Ads. Basically, I’ve got two type of ads, that is default ad and rewarded ad (both pre-defined by Unity Ads service). I want to display both of them during my game. But after I display rewarded video, the one right after it is also rewarded, even if I want to play default one. Till I don’t view rewarded ad, everything is fine and I can skip my default ad.
I mostly use the code provided by Live Training. I simply call ShowAd() for default vid and ShowAd(“rewardedVideoZone”) for rewarded one.
It looks like the next video that is buffered is the one within the same zone (probably in isReady function). So how can I display exactly what I want to?
Thanks for answers,
Przemek