Version: 2017.2

EditorBuildSettings

class in UnityEditor

Switch to Manual

Description

This class allows you to modify the Editor Build Settings via script. See EditorBuildSettings.scenes for an example of how to use this class.

See Also: EditorBuildSettingsScene, EditorBuildSettings.scenes.

Static Variables

scenesThe list of Scenes that should be included in the build. This is the same list of Scenes that is shown in the Build Settings window. You can modify this list to set up which Scenes should be included in the build.