Got this error in the console:
Assets/PlayMaker Custom Actions/UnityAds/UnityAdsSetDebugLevel.cs(24,24): error CS0426: The nested type `DebugLevel' does not exist in the type `UnityEngine.Advertisements.Advertisement'
A missing definition is suggested.
Here's what is displayed in monodevelop:
Ah sorry, I missed the following line:
#if UNITY_5_6_OR_NEWER
[Obsolete("Use UnityAdsSetDebugMode instead")]
I got the actions from the Ecosystem. On 1.8.8.
Are there several versions of the "same" actions?