# BeforeSplashScreen

> Callback invoked before the splash screen is shown. At this time the objects of the first scene have not been loaded yet.

## Definition

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

```csharp
BeforeSplashScreen = 3
```

### Remarks

If the splash screen is turned off, functions using this load type are invoked when the splash screen would have been displayed.

For more info on ordering see [RuntimeInitializeOnLoadMethodAttribute](/engine/6000.0/script-reference/unityengine/runtimeinitializeonloadmethodattribute.md).
