Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when you Retry level #1

Open
DzintarsApeinans opened this issue Apr 30, 2017 · 6 comments
Open

Bug when you Retry level #1

DzintarsApeinans opened this issue Apr 30, 2017 · 6 comments

Comments

@DzintarsApeinans
Copy link

Hello, I while was playing around on your project and was trying to make some new things there. Found bug when you Pause game or have Game Over and press Retry, scene load (like it suppose) but nothing happening after that.

@BustosAndrew
Copy link

Not sure what the problem is. Are you saying that changes you make in the scene aren't being registered when playing it?

@J3rry367
Copy link

I have this bug too, when you click the retry button the scene reloads but the countdown timer does not begin again.

@winchuckster
Copy link

In your WaveSpawner.cs script, add the following:
void Start()
{
EnemiesAlive = 0;
}

@dguaman9
Copy link

Thanks Winchuckster ! it works for me... but my game over Retry and Menu dont work ...
it says Coroutine couldn't be started because the the game object 'SceneFader' is inactive!

Help

@Jaylooker
Copy link

@winchuckster That solution works for this issue. I'm creating a PR with that code and referencing you since your account is inactive.

@PaulSprayCQUNI
Copy link

booyakasha! @winchuckster - I'll keep waiting for the aha moment on this, but I need that solution, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants