Пример #1
0
    void Start()
    {
        string pScoreStr = scoreMgr.getPlayerScore().ToString("f1");

        pScore.text = pScoreStr;
    }