// Use this for initialization void Awake() { #if UNITY_IPHONE if (Application.platform == RuntimePlatform.IPhonePlayer) { GA.StartWithAppKeyAndChannelId("53f0bdc9fd98c586a9004d4d", "App Store"); GA.CheckUpdate(); } #endif #if UNITY_ANDROID if (Application.platform == RuntimePlatform.Android) { GA.StartWithAppKeyAndChannelId("547aacd0fd98c56e270006fd", "Google Play"); } #endif NetworkManager.GetInstance(); instance = this; }