how to create a delay in unity between to function 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