Question about Editor and Build

I built my game today to test it out, and when I get to a door and try and go through it to a different scene, nothing happens. In the editor, the door works just fine though. Is this a bug or something with Unity? Thanks for any responses.

Is the scene you’re trying to switch to included in the build? (Check the list at the top of the Build Settings popup…)

You need to make sure the scenes are all added in File > Build Settings. Click and drag your scenes into the list “Scenes in Build”. If that has already been done, try ticking ‘Development Build’ and see if any exceptions are thrown in your build.