示例#1
0
    // Update is called once per frame
    void Update()
    {
        ScoreText.text = "" + Score;

        if (Score >= 10)
        {
            inter.ShowInter();
        }
        else if (Score >= 420)
        {
            PlayGamesController.unlockAchievment("CgkIkYqNutcYEAIQBg");
        }
    }