void Start() { string pScoreStr = scoreMgr.getPlayerScore().ToString("f1"); pScore.text = pScoreStr; }