Hi
I am using Unity version 5.6
Playmaker Version 1.8.4
If I have the Unity Ads 2.1.0 installed and the playmaker action "UnityAdsShowAd" installed, then I get the following error:
Assets/PlayMaker Custom Actions/UnityAds/UnityAdsShowAd.cs(108,34): error CS0433: The imported type `UnityEngine.Advertisements.ShowResult' is defined multiple times
Any ideas on why this is or what I can do to fix it?
From my research it looks as if I need to uninstall the UnityAds 2.10 Package, and let Unity Services handle it.
However if I uninstall the package unity does not seem to be putting any of the required folders back into my project. Or does it not need to add anything to my actual project to work?
I have set up a blank project to test it out, only installing playmaker, and the unity ad action. With ads enabled in services and set to test mode.
However whenever I try to play an advert it does not do anything, not even send a failed event, it just sits in the state that has the "play ad" action.
What am I missing here?