.exe blue screen

I am very new to Unity and created a simple text game. It has multiple canvas’s and a main camera that I did not hook up to anything (I didn’t think I’d need to for a text game when the game plays fine in Scene and Game Views).

As I said, when I play the game in Scene and Game Views, it works as expected, It seems to be when I build to Windows, Web, or Mac and try to play the game, all I get is a blue screen that I cannot exit. Any ideas why this might be happening?

Have you saved your work to a scene? (File > Save Scene)
And have you added this scene on the Build Settings dialog?

Yes, the Game and Scene are both in the Build Settings Dialog

It sounds like you have two scenes, one called Game and another called Scene. Is that correct?

The scene at the top of the Build Settings dialog is the starting scene. If this scene is blank you’ll get a blue screen. You can try reordering the scenes.

That worked!! Thank you!

1 Like

No problem. :slight_smile: