如何下载适用于 Unity 的 Mobilecore SDK?

How can I download Mobilecore SDK for Unity?

我现在正在开发一款游戏,我必须将 MobileCore Ads 集成到我的项目中。 但是我不知道在哪里以及如何下载这个适用于 Unity 的 SDK。 我登录了 mobilecore 站点并在 Dashboard/Resources 中搜索了 unity SDK。 但我只能看到 Android 和 iOS SDK。 没有统一插件。 我试图得到这个,但现在一无所有。 请帮助我。

您需要将其添加为 plugin. You can find it here,并提供有关如何安装它的详细信息。下载插件并解压到项目的 Assets -> Plugins -> Android 文件夹中。使用

初始化插件
public MobilecoreAndroid (string devHash, int logType, GameObject gameObject, params string[] adUnits)