Skip to main content

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

Hi i am also watching the brakeys video and i just want to ask you thing about some glitches i have

1. how did you make it so it unlocks the levels 


2.in my game when i press ESC then restart the game loads but the enemys dont come

Hello!

1. Check your code since I don't remember having problems with unlocking levels. If you can't find anything from there. try to look for the YouTube comments for similar issues and fixes!

2. You need to add to WaveSpawner.cs at the Start function the following line: EnemiesAlive = 0; and after that the bug should be fixed.