유니티 광고 id 연결
This commit is contained in:
parent
7a416a2da2
commit
cd8e78c552
|
|
@ -6,12 +6,12 @@ public class ADInfo : MonoBehaviourSingletonTemplate<ADInfo>,
|
|||
IUnityAdsInitializationListener, IUnityAdsLoadListener, IUnityAdsShowListener
|
||||
{
|
||||
#if UNITY_ANDROID
|
||||
string gameId = "5947579";
|
||||
string gameId = "6006223";
|
||||
string placement_Interstitial = "Interstitial_Android";
|
||||
string placement_Rewarded = "Rewarded_Android";
|
||||
string placement_Banner = "Banner_Android";
|
||||
#elif UNITY_IOS
|
||||
string gameId = "5947578";
|
||||
string gameId = "6006222";
|
||||
string placement_Interstitial = "Interstitial_iOS";
|
||||
string placement_Rewarded = "Rewarded_iOS";
|
||||
string placement_Banner = "Banner_iOS";
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
2. 인게임 피버모드 배경 : Album 테이블의 e_CollectionMethod가 Mission 인 이미지
|
||||
3. 인게임 섹시 배경(시작할 때 섹시 이미지로 변경하고 진입한 경우) : Album 테이블의 e_CollectionMethod가 FullCollection 인 이미지
|
||||
|
||||
|
||||
미니게임 배경 설정
|
||||
사운드
|
||||
확률 url
|
||||
업데이트 확인 팝업 (필굿 홈페이지에 연결)
|
||||
앱 아이콘
|
||||
Loading…
Reference in New Issue