How to call a function after an amount of time in unity code example
Example: how to delay something in c# unity
Invoke("DoSomething", 2);//this will happen after 2 seconds
Invoke("DoSomething", 2);//this will happen after 2 seconds