Skip to main content

On Sale: GamesAssetsToolsTabletopComics
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);

}