Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

try something like: 


private IEnumerator wait(float time){

     yield return new WaitForSeconds(time);

}