Exemple #1
0
    private void OnLoginSuccess(LoginResult loginResult)
    {
        PlayerPrefs.SetString("EMAIL", playerEmail);
        PlayerPrefs.SetString("PASSWORD", playerPassword);

        //Disable the panel and go to game
        Debug.Log("logged");
        _economyManager.GetPlayerData();
    }