I seem to have the opposite problem as everyone else. I'm trying to use Unity Ads in my mobile game, but I'm having trouble because they don't work in the editor.
I keep getting this error:
NullReferenceException: Object reference not set to an instance of an object
UnityEngine.Advertisements.Placeholder.HideSkipButton (UnityEngine.GameObject canvasGameObject) (at Library/PackageCache/com.unity.ads@3.4.1/Runtime/Advertisement/Platform/Editor/Placeholder.cs179)
From what I can tell the placeholder isn't creating a skip button when it tries to create the in-editor ad. Why is this happening and how do I fix it? I'm using Unity 2013.4.12f1 and I've tried several different Unity Ads package versions and all have the same problem.
↧