[SOLVED]Even if i cancel Unity ads, i get reward.

T

TAEHO

Guest
plz help me..

I was apply to Unity ads in my game.


I clicked the button and set the video ad to appear.
and I coded this in the [ Social ] tab.


if (ds_map_find_value(async_load, 'type') == 'video_completed_unity_ads')
{
global.dia +=7;
show_message("GET 7 DIAMOND")
}


Unity ads video ads can not be skipped.

BUT....
Just before the video comes out after clicking the button.
When I hit the cancel button quickly
The video is turned off and rewarded immediately before it is released.
I want to have rewards paid when I watch the video without canceling it.

PLZ help me
 
J

JayR

Guest
Instead of [extention by NetoX] , [extention by Hanul] were replaced to solve the problem.

Unity extention by NetoX : https://marketplace.yoyogames.com/assets/1631/unityads-extension
↓ ↓ ↓ ↓ ↓ ↓ ↓
Unity extention by Hanul : https://marketplace.yoyogames.com/assets/3579/unityads
I'm also looking into using Unity Ads for my game. Did you try contacting NetoX regarding your issue? Also, the extension by Hanul is in Korean? I don't really understand how to set it up.
 
M

Millionsknivez

Guest
would you care to discuss how to put ads in my game after I have downloaded the extension?
 
Top