You can use this follow Example : //Timer Create //Name, Time, Reapeat, Function Timer.Instance.Create("identify", 0.1F, 1, () => { Debug.Log("test timer ...
Create an empty game object and attach the Timer component. Create another game object and attach the TimerManager component, which will contain a list of timers. Create a TextMeshPro-Text game object ...