Forum Discussion
RCopelan
Apr 12, 2024Copper Contributor
Accessing Current Date/Time in Visual Scripting
I am attempting to build a "Current Time Clock" to include in our Mesh custom meeting room. Easy to do with a TMP-Text object and attached C# script in Unity but that won't work when building for Me...
kaipiroska
May 13, 2024Brass Contributor
Hi, I have implemented an analog clock with Visual Scripting which takes the current time on event start and then updates hour and minute hands every 60 seconds.
RCopelan
May 15, 2024Copper Contributor
That's really neat. Tnx for sharing