void Start() { Screen.SetResolution(1280, 720, true); Application.LoadLevel("LoadingScene"); GoogleAdmob.RequestInterstitial(); //VariableSystem.AddDiamond(1000); }
void Start() { //Money = 1000; gameState = GameStates.Menu; SoundManager(); GoogleAdmob.RequestBanner(); GoogleAdmob.RequestInterstitial(); }
void Start() { StartCoroutine(start()); GoogleAdmob.RequestBanner(); GoogleAdmob.RequestInterstitial(); if (GoogleAdmob.bannerView != null) { GoogleAdmob.bannerView.Show(); } }
void Start() { GoogleAdmob.RequestBanner(); if (GoogleAdmob.bannerView != null) { GoogleAdmob.bannerView.Show(); } GoogleAdmob.RequestInterstitial(); AudioControl.DPlayMusicInstance("Nhac menu", true, true); #if UNITY_ANDROID && !UNITY_EDITOR if (CheckPackage.check()) { Debug.Log("---------------APP HACK CMNR--------------------"); MobilePlugin.getInstance().ShowToast("HACK CMNR"); Application.Quit(); } else { //MobilePlugin.getInstance().ShowToast("-------------APP KO HACK------------"); } #endif }