scenes
The list of scenes specified in the build profile.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Build.Profile
- Assembly: UnityEditor
public EditorBuildSettingsScene[] scenes { get; set; }
Remarks
These scenes will be included in the build only if the build profile is active and BuildProfile.overrideGlobalScenes is set to . Additional Resources: EditorBuildSettingsScene, BuildProfile.overrideGlobalScenes, BuildProfile.GetScenesForBuild.
true