public static void Initialize() { #if UNITY_ANDROID socialService = new GooglePlaySocialService(); #endif socialService?.Initialize(); socialService?.Login(); }