Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Nicht so empfohlen aber:

private float _timer;

void Update(){

_timer -= Time.delta;


if(timer <= 0){

timer = 2;


//DEIN CODE

}

}