Unity/GoogleMobileAds/Mediation/unityads
ナビゲーションに移動
検索に移動
ダウンロード
公式ページからFilesタブを選択して、UnityAds用のAdMobメディエーションのunitypackageをDL
インストール
クリックするとインストールされる
GoogleMobileAdsUnityAdsMediation-2.4.7をインストールすると以下が展開される
Assets/GoogleMobileAds/Editor/UnityMediationDependencies.xml
<dependencies>
<androidPackages>
<androidPackage spec="com.google.ads.mediation:unity:3.4.8.0">
<repositories>
<repository>https://jcenter.bintray.com/</repository>
</repositories>
</androidPackage>
<!-- If using the Unity Ads Service from Unity3D, use this dependency instead to exclude the
Unity Ads SDK and avoid conflicting dependency issues. -->
<!--
<androidPackage spec="com.google.ads.mediation:unity-adapter-only:3.4.8.0">
<repositories>
<repository>https://jcenter.bintray.com/</repository>
<repository>https://google.bintray.com/mobile-ads-adapters-android</repository>
</repositories>
</androidPackage>
-->
</androidPackages>
<iosPods>
<iosPod name="GoogleMobileAdsMediationUnity" version="3.4.8.0">
<sources>
<source>https://github.com/CocoaPods/Specs</source>
</sources>
</iosPod>
</iosPods>
</dependencies>