Hello everyone,
I want to use rewarded ads in my game and am following the advertisement getting started guide from Unity.
My first problem was that the game did not know the IUnityAdsListener and I was able to solve this problem by upgrading the Unity Ads Package to 3.2.0. But now I get the following error messages if I write IUnityAdsListener behind the class name:
public class WideCrossPuzzleColourNumber : MonoBehaviour, IUnityAdsListener
Errors:
- 'WideCrossPuzzleColourNumber' does...
Does not implement interface member 'IUNityAdsListener.---'
I want to use rewarded ads in my game and am following the advertisement getting started guide from Unity.
My first problem was that the game did not know the IUnityAdsListener and I was able to solve this problem by upgrading the Unity Ads Package to 3.2.0. But now I get the following error messages if I write IUnityAdsListener behind the class name:
public class WideCrossPuzzleColourNumber : MonoBehaviour, IUnityAdsListener
Errors:
- 'WideCrossPuzzleColourNumber' does...
Does not implement interface member 'IUNityAdsListener.---'