# PlayerSettings.WSAApplicationShowName

> Options for which tile types to display the application name on.

## Definition

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

```csharp
public enum PlayerSettings.WSAApplicationShowName
```

## Remarks

Tiles you exclude using the property do not display the application name and only display the logo image. There are no options that include the [small](/engine/6000.0/script-reference/unityeditor/playersettings/wsaimagetype/uwpsquare71x71logo.md) tile size because this size can't display the application name. **Note:** If you do not set logo images for the corresponding tiles ([medium](/engine/6000.0/script-reference/unityeditor/playersettings/wsaimagetype/uwpsquare150x150logo.md), [large](/engine/6000.0/script-reference/unityeditor/playersettings/wsaimagetype/uwpsquare310x310logo.md), and [wide](/engine/6000.0/script-reference/unityeditor/playersettings/wsaimagetype/uwpwide310x150logo.md)), the platform ignores the tiles and does not display the application name. **Important:** Unity writes these settings to the package manifest when it builds Universal Windows Platform for the first time. Building into an existing Universal Windows Platform build folder does not update the package manifest and does not apply any changes. Additional Resources: [tileShowName](/engine/6000.0/script-reference/unityeditor/playersettings/wsa/tileshowname.md)

## Fields

| Value                                                                                                                     | Description                                                                                                                                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [AllLogos](/engine/6000.0/script-reference/unityeditor/playersettings/wsaapplicationshowname/alllogos.md)                 | Displays the application name on all tile sizes.                                                                                                                                                                                                                |
| [NoLogos](/engine/6000.0/script-reference/unityeditor/playersettings/wsaapplicationshowname/nologos.md)                   | Doesn't display the application name on any tile size.                                                                                                                                                                                                          |
| [NotSet](/engine/6000.0/script-reference/unityeditor/playersettings/wsaapplicationshowname/notset.md)                     | Indicates that you have not set the application name and to use the default Universal Windows Platform behavior.                                                                                                                                                |
| [StandardLogoOnly](/engine/6000.0/script-reference/unityeditor/playersettings/wsaapplicationshowname/standardlogoonly.md) | Displays the application name for [medium](/engine/6000.0/script-reference/unityeditor/playersettings/wsaimagetype/uwpsquare150x150logo.md) and [large](/engine/6000.0/script-reference/unityeditor/playersettings/wsaimagetype/uwpsquare310x310logo.md) tiles. |
| [WideLogoOnly](/engine/6000.0/script-reference/unityeditor/playersettings/wsaapplicationshowname/widelogoonly.md)         | Displays the application name for the [wide](/engine/6000.0/script-reference/unityeditor/playersettings/wsaimagetype/uwpwide310x150logo.md) tiles.                                                                                                              |
