Exemplo n.º 1
0
    public void OnClickAd()
    {
        AdvertisementController.StartAdvertisements();
        ShowOptions options = new ShowOptions();

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