# isShowingSplashScreen

> Checks whether splash screen is being shown.

## Definition

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

> **Warning:**
>
> **Deprecated.** This property is deprecated, please use SplashScreen.isFinished instead

```csharp
public static bool isShowingSplashScreen { get; }
```

### Remarks

Returns true if the application is showing splash screen at the moment.
