User Activity

I have an app that is in Unity that is supposed to track my Predictions(ms) but it just displays zero on my headset. Here is my code below: csharpusing UnityEngine; using TMPro; public class GetPredAmount : MonoBehaviour { public TMP_Text textCompone...