I spend days on problem : after building in Cloud Building all I get is blue screen when hit play on webplayer app.
I created and re-created numerous times - simple project with changed color background and some items added. Also I tried bit bucket and github and whatever I do, still all I get is blue screen.
Localy i build ok (unity version 4.6.5f), and my repos are also ok. I tried changing versions in cloud build but no success.
Whats is wrong? Is this how cloud build suppose to work or is it some kind of bug?
Hard to say what’s wrong without seeing the project, but the most likely issue is that the scene you are editing was not added to the build settings. File → Build Settings, then add your scene under the “Scenes in Build” and make sure it’s the first one in the list. Also, double check that you saved the scene and that it got committed to source control.
If you still can’t figure it out, PM your project details and I’ll help you figure out what’s wrong.