Hi, App42 support team:
I want to start a timer in the cloud, and excute a timer function every 1 hour.
So I plan to use the timerservice.
timerService.CreateOrUpdateTimer(timerName, 3600, new UnityCallBack());
but wha't is timerName?
How to finish my funciton?
Thank you!