diff --git a/Assets/Script/UI/PanelChildController/AdManager.cs b/Assets/Script/UI/PanelChildController/AdManager.cs index 991e5ed..c44c549 100644 --- a/Assets/Script/UI/PanelChildController/AdManager.cs +++ b/Assets/Script/UI/PanelChildController/AdManager.cs @@ -13,10 +13,11 @@ public class AdManager : Singleton base.Awake(); // Google Mobile Ads 초기화 - MobileAds.Initialize(initStatus => { }); - - // 광고 로드 - LoadRewardedInterstitialAd(); + MobileAds.Initialize(initStatus => + { + LoadRewardedInterstitialAd(); // 광고 로드 + }); + } protected override void OnSceneLoaded(Scene scene, LoadSceneMode mode)