# globalScenes

> The list of scenes used by all platform profiles and build profiles that do not override global scenes.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static EditorBuildSettingsScene[] globalScenes { get; set; }
```

### Remarks

Additional Resources: [BuildProfile.overrideGlobalScenes](/engine/6000.0/script-reference/unityeditor/build/profile/buildprofile/overrideglobalscenes.md), [Platform profile](/engine/6000.0/manual/building-and-publishing/build-settings/build-profiles.md).
