0
I need help, please..
how create timer on unity With data from the user
1 Odpowiedź
+ 1
Have you ever used Coroutines before? They can be used to create timers. They have a bit of a weird syntax, but they will do what you need.
https://docs.unity3d.com/Manual/Coroutines.html
Hope that helps.