hello i have been working on a game and i want to add ads to it. when i was following a tutorial online i run into an error when typing at the start `private RewardBasedVideoAd rewardBasedVideoAd;`
it said *the type or name "RewardBasedVideoAd" could not be found... * i have put these at the top and no errors
`using UnityEngine.Events;
using UnityEngine;
using GoogleMobileAds.Api;
using GoogleMobileAds.Common;
using UnityEngine.UI;
using System;
using System.Collections.Generic;`
i have tried it in a different project but still had an error and i had tried redownloading the plugin.
thanks
↧