I am developing a game now and I have to integrate MobileCore Ads in my project. But I can`t know where and how can I download this SDK for Unity. I logged in mobilecore site and searched unity SDK in Dashboard/Resources. But I could see only Android and iOS SDKs. There was no unity plugin. I tried to get this, but had nothing now. Please help me.
1 Answers
0
votes
You'll need to add it as a plugin. You can find it here with details on how to install it. Download the plugin and unpack into your Assets -> Plugins -> Android folder of your project. Initialize the plugin with
public MobilecoreAndroid (string devHash, int logType, GameObject gameObject, params string[] adUnits)