This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MIT License | |
// Copyright (c) 2021 Merlin | |
using UdonSharp; | |
using UnityEngine; | |
[DefaultExecutionOrder(1000000000)] | |
public class GlobalProfileHandler : UdonSharpBehaviour | |
{ | |
TMPro.TextMeshProUGUI timeText; |