I have different kind of scripts such as:
Interstacial ads
Rewarded ads
The problem is that whenever e.g. I'm watching an interstacial ad I get the reward from all "active" scripts with OnUnityAdsDidFinish in it. Which runs all my rewards from ALL the scripts with a OnUnityAdsDidFinish in it, even though I have separate placementIds in the different scripts.
Problem with Callback OnUnityAdsDidFinish
Interstacial ads
Rewarded ads
The problem is that whenever e.g. I'm watching an interstacial ad I get the reward from all "active" scripts with OnUnityAdsDidFinish in it. Which runs all my rewards from ALL the scripts with a OnUnityAdsDidFinish in it, even though I have separate placementIds in the different scripts.
Code (CSharp):
- public void OnUnityAdsDidFinish(string placementId, ShowResult showResult) {
- if (showResult ==...