# PlayerSettings.SplashScreenLogo

> A single logo that is shown during the Splash Screen. Controls the Sprite that is displayed and its duration.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public struct PlayerSettings.SplashScreenLogo
```

## Properties

| Property                                                                                            | Description                                                                                                                                                           |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [duration](/engine/6000.0/script-reference/unityeditor/playersettings/splashscreenlogo/duration.md) | The total time in seconds for which the logo is shown. The minimum duration is 2 seconds.                                                                             |
| [logo](/engine/6000.0/script-reference/unityeditor/playersettings/splashscreenlogo/logo.md)         | The [Sprite](/engine/6000.0/script-reference/unityengine/sprite.md) that is shown during this logo. If this is null, then no logo will be displayed for the duration. |

## Static Properties

| Property                                                                                              | Description                                                                     |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
| [unityLogo](/engine/6000.0/script-reference/unityeditor/playersettings/splashscreenlogo/unitylogo.md) | The Unity logo [Sprite](/engine/6000.0/script-reference/unityengine/sprite.md). |

## Static Methods

| Method                                                                                                                    | Description                                                                                                                           |
| ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| [Create](/engine/6000.0/script-reference/unityeditor/playersettings/splashscreenlogo/create.md)                           | Creates a new Splash Screen logo with the provided duration and logo [Sprite](/engine/6000.0/script-reference/unityengine/sprite.md). |
| [CreateWithUnityLogo](/engine/6000.0/script-reference/unityeditor/playersettings/splashscreenlogo/createwithunitylogo.md) | Creates a new Splash Screen logo with the provided duration and the unity logo.                                                       |
