예제 #1
0
 IEnumerator Start()
 {
     Screen.SetResolution(Screen.width / 2, Screen.height / 2, true);
     GooglePlayServicesSignIn.InitializeGooglePlayGames();
     InitializeFirebaseAndStart();
     while (!firebaseInitialized)
     {
         yield return(null);
     }
     StartGame();
 }
예제 #2
0
 void Start()
 {
     Screen.SetResolution(Screen.width / 2, Screen.height / 2, true);
     GooglePlayServicesSignIn.InitializeGooglePlayGames();
     InitializeFirebaseAndStart();
 }