Add latest version text (bad right now)

This commit is contained in:
2025-06-05 10:52:47 -07:00
parent ade2aa8dc4
commit 2ccb92b0dc
5 changed files with 884 additions and 20 deletions

View File

@@ -5,6 +5,6 @@ public class VersionText : MonoBehaviour
{
void Awake()
{
gameObject.GetComponent<TMP_Text>().text = "v" + Application.version;
gameObject.GetComponent<TMP_Text>().text = "Current: v" + Application.version;
}
}