# newScene

> The Scene containing the new parent. This is useful to detect whether a GameObject was moved to another scene or moved to the root of a scene.

## Definition

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

```csharp
public Scene newScene { get; }
```
