I have a Unity Ads game and when I run the game it works fine and it shows the Ad. But when I build it ONLY FOR ANDROID it has an error message saying:
Assets/Scripts/GamePlay.cs(76,25): error CS0117: `UnityAdsManager' does not contain a definition for `instance'
But in UnityAdsManager it states:
public static UnityAdsManager instance;
By the way I'm calling it like:
UnityAdsManager.instance.ShowAds();
Please help.
↧