EditorBuildSettings

class in UnityEditor

매뉴얼로 전환

설명

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.

정적 변수

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.

Events

sceneListChangedA delegate called whenever EditorBuildSettings.scenes is set.