Timer manager is a Lazy singleton, meaning there is no need to create a special object in unity with timer manager script. As soon as you will need timer manager, it will create itself in the scene.
You can use this follow Example : //Timer Create //Name, Time, Reapeat, Function Timer.Instance.Create("identify", 0.1F, 1, () => { Debug.Log("test timer ...