# LoadableSceneIdToGuid(LoadableSceneId)

> Extracts the GUID from a LoadableSceneId.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static GUID LoadableSceneIdToGuid(LoadableSceneId loadableSceneId)
```

### Parameters

**** (\[LoadableSceneId]\(/engine/6000.6/script-reference/unity/loading/loadablesceneid)): The LoadableSceneId to extract the GUID from.

### Returns

| Type | Description            |
| ---- | ---------------------- |
| GUID | The GUID of the scene. |
