Zombie Spawn Method

If you’re interested in spawning them in waves, I made a system for that.

If you want constant enemies, I’d recommend keeping a track of how many are spawned in at once.
You can do this by raising a number by 1 each time a zombie is spawned, then decreasing it by 1 when it dies. You can use that to kind of keep track of how difficult you’ll allow the game to get

2 Likes