Ejemplo n.º 1
0
    void Start()
    {
        players[currentIntCharacter].SetActive(true);
        ChangeBackgroundColor();
        n = PlayerPrefs.GetInt("personagem");
        PlayerNameSelect(n);
        current = my_current.GetComponent <Testes>();

        loadData();
        statusPlayer[0] = true;
    }