DO-83 [Fix] 광고 초기화 후 로드
This commit is contained in:
parent
f7b490ff27
commit
2261c4be74
@ -13,10 +13,11 @@ public class AdManager : Singleton<AdManager>
|
||||
base.Awake();
|
||||
|
||||
// Google Mobile Ads 초기화
|
||||
MobileAds.Initialize(initStatus => { });
|
||||
|
||||
// 광고 로드
|
||||
LoadRewardedInterstitialAd();
|
||||
MobileAds.Initialize(initStatus =>
|
||||
{
|
||||
LoadRewardedInterstitialAd(); // 광고 로드
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
protected override void OnSceneLoaded(Scene scene, LoadSceneMode mode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user