https://unityads.unity3d.com/help/Documentation%20for%20Publishers/Integration-Guide-for-Unity
public void UnityAdsVideoCompleted(string rewardKey, bool skipped){
if(!skipped){
transform.SendMessage("addmoney");
}
}
what im doing bad? How to call function when ad is complete?
↧