# SceneUtility

> Scene and Build Settings related utilities.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.SceneManagement](/engine/6000.0/script-reference/unityengine/scenemanagement.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static class SceneUtility
```

## Static Methods

| Method                                                                                                                           | Description                            |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| [GetBuildIndexByScenePath](/engine/6000.0/script-reference/unityengine/scenemanagement/sceneutility/getbuildindexbyscenepath.md) | Get the build index from a Scene path. |
| [GetScenePathByBuildIndex](/engine/6000.0/script-reference/unityengine/scenemanagement/sceneutility/getscenepathbybuildindex.md) | Get the Scene path from a build index. |
