Beispiel #1
0
 void Awake()
 {
     instance = this;
     Init();
     DebuggerUtil.DEBUG_LEVEL = DebuggerUtil.DebugLevel.ALL;
     DebuggerUtil.Log(" targetFrameRate : " + Application.targetFrameRate);
     Application.targetFrameRate = targetFrameRate;
     AdManager.InitAdEvent(() => { GameData.Instance().M_PerpetualData.AddCoins(50);
                                   GameData.Instance().SavePerpetualData(); });
     AdManager.BannerVeiwPositoin = SGAdPosition.BottomLeft;
     SGCross.Init();
 }
Beispiel #2
0
 public void StartLoader()
 {
     Debug.Log("SimpleZipDownloader   .....  StartLoader  " + remoteUrl);
     SGCross.LoadResource(this);
 }
Beispiel #3
0
 public void StartLoader()
 {
     Debug.Log("InterstitialAdConfig   .....  StartLoader  " + remoteUrl);
     SGCross.LoadResource(this);
 }