In Unity how do you just pause execution for a number of seconds? One way is to use WaitForSeconds but it's not that easy. You have to use it in an IEnumerator type function and the caller to that function must use StartCoroutine.
Source Code: https://github.com/omarvision/WaitFor...
Omarvision game programming tutorials, unity game engine. www.omarvision.com