where can i find the Project Build Settings file

where can i find the Project Build Settings file for my game because i want to delete some scenes from the build settings but i can’t find the build settings file.

The file is in your project folder under ProjectSettings, but they’re binary asset files which you can’t edit directly. To delete a scene from build remove it in the PlayerSettings window from where you usually build.

My EditorBuildSettings.asset file isn’t binary, it’s YAML. I remember there once being an option in Unity to use one or the other. I can’t remember if Binary is even still an option or not. But, in case anyone else finds this question, your project asset files might be plain text.