Scene not working after build

I have 2 scenes in my game a menu and the level, everything works fine in the editor but not after build.
After the build the level is just black with errors that are not in the editor.

can someone please help

I found the solution: i had a script that did this: gameobject.SetActive(Application.isEditor); i removed it and now it works fine.