「Unity/GoogleMobileAds/Mediation/unityads」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==ダウンロード== 公式ページからFilesタブを選択して、facebook用のAdMobメディエーションのunitypackageをDL https://bintray.com/google/mobil...」) |
|||
行1: | 行1: | ||
==ダウンロード== | ==ダウンロード== | ||
− | + | 公式ページからFilesタブを選択して、UnityAds用のAdMobメディエーションのunitypackageをDL | |
− | https://bintray.com/google/mobile-ads-adapters-unity/ | + | https://bintray.com/google/mobile-ads-adapters-unity/GoogleMobileAdsUnityAdsMediation#files/GoogleMobileAdsUnityAdsMediation |
==インストール== | ==インストール== | ||
クリックするとインストールされる | クリックするとインストールされる | ||
− | + | GoogleMobileAdsUnityAdsMediation-2.4.7をインストールすると以下が展開される | |
− | Assets/GoogleMobileAds/Editor/ | + | Assets/GoogleMobileAds/Editor/UnityMediationDependencies.xml |
<pre> | <pre> | ||
<dependencies> | <dependencies> | ||
<androidPackages> | <androidPackages> | ||
− | <androidPackage spec="com.google.ads.mediation: | + | |
+ | <androidPackage spec="com.google.ads.mediation:unity:3.4.8.0"> | ||
<repositories> | <repositories> | ||
<repository>https://jcenter.bintray.com/</repository> | <repository>https://jcenter.bintray.com/</repository> | ||
</repositories> | </repositories> | ||
</androidPackage> | </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> | </androidPackages> | ||
<iosPods> | <iosPods> | ||
− | <iosPod name=" | + | <iosPod name="GoogleMobileAdsMediationUnity" version="3.4.8.0"> |
<sources> | <sources> | ||
<source>https://github.com/CocoaPods/Specs</source> | <source>https://github.com/CocoaPods/Specs</source> |
2020年11月16日 (月) 16:01時点における最新版
ダウンロード
公式ページから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>