2nd ad after rewarded ad is rewarded no matter the zone

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

Hi Przemek,

Thanks for contacting us. I’ve been able to reproduce the issue here, and will see if there is a workaround, or an update to SDK is needed.

/Rasmus

1 Like

Simple workaround is to call ShowAd(“defaultZone”) in your case. Let me know if that works for you.

/Rasmus

Works like a charm :slight_smile: Thank you Rasmus :wink:

1 Like