Project works fine in Unity Editor but build is not functioning

I’m working on a horror a game and game works find in the Unity Editor. When I set a PC/MAC build and begin the game from the build I just get a black screen and with a small light at the bottom of the screen. I’m not sure what’s going on here. I’ve been trying to find a search through Google but I haven’t found a solution. Our studio has an event on Aug 1st to show case the game. I would appreciate if someone can help.

Have you set up the scenes in the correct order in build settings?
Is there anything unusual in the player log?

Not just correct order, are your scenes even listed in build settings? It’s easy to forget to add your scenes (top half of Build Settings window) but you have to if there are multiple scenes.

1 Like

I’d need to grow a few extra hands to count the number of times I’ve done this myself… :roll_eyes:

Thanks guys we got it to work. But ran into another problem. We imported a asset from the store and the won’t work with in the editor. We’re stuck on trying to find a solution. When we run the game the screen goes black. This happened after importing the asset. We deleted the asset and everything it came it to see if it would run but it still won’t run in the editor. We also keep getting an error "left thump stick not set. We check the input Manger but don’t see anything in relation to thumps tick and are scripting is flawsless. What do you guys think?

No worries, we figured it out. There duplicate files so we replaced original files and kept the original scripts to make sure we only had non duplicate files.