mammothlol77
Honored Guest
since ‎07-19-2024
4 weeks ago

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

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...