File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ private IEnumerator Initialize()
5454 Debug . Log ( string . Format ( "Unity Monetization was initialized in {0:F1} seconds." , Time . time - initStartTime ) ) ;
5555 }
5656
57- {
58- float initStartTime = Time . time ;
59- Advertisement . Initialize ( androidGameID , enableTestMode ) ;
60- while ( ! Advertisement . isInitialized ) { yield return new WaitForSeconds ( 0.1f ) ; }
61- Debug . Log ( string . Format ( "Unity Ads was initialized in {0:F1} seconds." , Time . time - initStartTime ) ) ;
62- }
57+ // {
58+ // float initStartTime = Time.time;
59+ // Advertisement.Initialize(androidGameID, enableTestMode);
60+ // while (!Advertisement.isInitialized) { yield return new WaitForSeconds(0.1f); }
61+ // Debug.Log(string.Format("Unity Ads was initialized in {0:F1} seconds.", Time.time - initStartTime));
62+ // }
6363 }
6464
6565 IEnumerator ShowBannerWhenReady ( )
You can’t perform that action at this time.
0 commit comments