Program Doesn't Load on 2nd try

Hi. I am making a small game.
When I install it, I opens fine.
I check the task manager after exiting and the game does not show up.
I try to run the game again and rather than showing the unity splash screen it shows a blue bar with the name of my game.
I then have to open the task manager and kill the game.
I can then open the game and it works fine.
If I open the game again I get the blue bar and have to repeat.

What could be causing this? Has anyone run into anything similar?

Thanks

How are you closing your Game?

If you are doing it by pressing the Windows Key or ALT + TAB and then closing it, this may or may not (shouldn’t) cause a problem. But incase it is, if you want to close your game from within, say when the user presses a key, or when they click on something, you can use the: Application.Quit(); function, which closes the game.

If you are already doing this… then I have no idea, I don’t know what could be causing this… :frowning:

Hope this helps

-Grady