Build Problem, build gives me a blue screen (not BSOD)

It doesn’t make my PC blue screen of death… Anyway, no matter what I try, I make a build, whether it be development or not, I run it and all I get is the default Unity blue skybox / not really a skybox just a colour. Doesn’t matter what scene(s) I add to the build. When I run it, it doesn’t do what it does when I run in the editor, AKA run the game. Any ideas?

I had this same problem once and the only way i could fix it was to make a new scene and put everything back on it. For some people this may not be an option but if you cant fix it it is worth a shot.

I’ve got the same problem right now. It has happened before. But this problem doesn’t appear to very common. Can’t find much threads about it nor solutions…

Okay, just worked it out. When selecting the “scene” to build, don’t select the scene from your “scenes” folder, but choose the main unity file at the top of your assets folder.

I had the same blue screen. Then I realized that I was using Unity 5 for the saved project, but the Cloud build was set for “latest unity 4.x” or something like that. I changed Cloud build to “Latest unity 5.x” and all worked well.

This post helped, but NOTE:

what was wrong was, the scene I was working in, wasn’t added to the build scene menu.

HAVE TO click: "Add open scenes ". Reason: I thought the single scene already added to the scene build menu was the current scene that I had done all the work in, but I had changed to another scene, done all the work, and forgot to add that scene to the scene build menu list.

Hope this helps someone.

In edit/project setting/graphics make sure default shaders arent missing…

Go to → file ->save scene under “Scanes” folder and then try . Because it happen with me I saved project folder but it’s wrong way. We must save scene under Scenes Folder. And build time set on top scene name properly.in build settings
After try to build 100% this is your problem