public void OnClickAd() { AdvertisementController.StartAdvertisements(); ShowOptions options = new ShowOptions(); options.resultCallback = HandleShowResult; Advertisement.Show("rewardedVideo", options); }
void Awake() { ShowMenu(); AudioController.ChangingScene(); AdvertisementController.StartAdvertisements(); }