# OnProcessScene(Scene)

> Implement this method to receive a callback for each scene during the build.

## Definition

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

> **Warning:**
>
> **Deprecated.** Use IProcessSceneWithReport instead

```csharp
void OnProcessScene(Scene scene)
```

### Parameters

**** (\[Scene]\(/engine/6000.7/script-reference/unityengine/scenemanagement/scene)): The scene Unity is currently processing during the build.
