Unity-Timer Unity timer functionality If you want to add delay to your functions. This plugin is for you! TimerProcessor.Instance.AddTimer(1f,()=>Debug.Log("Hello World")); It will print Hello World after 1 second. Thats all it's easy to use.If it's not in the scene, it will instantiate automatically.