unity is saying the build settings has not been added even though it has. help??

The error is:
Scene with build index: "Scene with build index: 1 couldn’t be loaded because it has not been added to the build settings.
To add a scene to the build settings use the menu File->Build Settings…
UnityEngine.Application:LoadLevel(Int32)
menuscriptcchh:StartLevel() (at Assets/Standard Assets/ParticleSystems/Scripts/menuscriptcchh.cs:36)
UnityEngine.EventSystems.EventSystem:Update() "

I have already added it to the build settings and I clicked build.
Does anyone know why it isnt working???


You don’t have a scene with build index 1, I think you meant to load scene: 0 because you only have that scene.

Kindly check line 36 of your menuscriptcchh.cs script. The error seems to be from there.

If you can send a screenshot of that line, that would be helpful as well.

@Gamestroyer ohh okay thank makes sense. does this mean that my scenes aren’t added to the build yet.
I have been told that I have to drag the scenes that I want in the game from the project window into “scenes and build”, but it only lets me drag the “vetgame” one. Is there something else that I have to do in the Build Settings that will allow me to press the buttons for the game, if so, can you tell me how to do it.