// Update is called once per frame void NewParticipantListener() { participantID.text = ps.GetParticipantAsString(); ps.ConditionFromParticipant(); ParticipantStatus.Condition cond = ps.GetCondition(); cubeset.text = cond.cubeset.ToString(); arrangement.text = cond.catmap.ToString(); }