Version: 2022.3
言語: 日本語

EditorBuildSettingsScene

class in UnityEditor

マニュアルに切り替える

説明

Represents entries in the Scenes list, as displayed in the Build Settings window.

This class contains the path of a Scene and an enabled flag that indicates whether the Scene is enabled in the Build Settings window or not.

You can use this class in combination with EditorBuildSettings.scenes to populate the list of Scenes to include in the build via script. This is useful when you create custom editor scripts to automate your build pipeline.

See EditorBuildSettings.scenes for an example script. See Also: BuildPipeline.BuildPlayer.

変数

enabledWhether this Scene is enabled for inclusion in the build.
pathThe file path of the Scene