how to make an action preform after a certain time 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