示例#1
0
    public void OnClickAd()
    {
        AdvertisementController.StartAdvertisements();
        ShowOptions options = new ShowOptions();

        options.resultCallback = HandleShowResult;
        Advertisement.Show("rewardedVideo", options);
    }
示例#2
0
 void Awake()
 {
     ShowMenu();
     AudioController.ChangingScene();
     AdvertisementController.StartAdvertisements();
 }