Version: 2021.2
LanguageEnglish
  • C#

WSAApplicationShowName

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Description

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

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 tile size because this size can't display the application name.
Note: If you do not set logo images for the corresponding tiles (medium, large, and wide), 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. See Also: tileShowName

Properties

NotSetIndicates that you have not set the application name and to use the default Universal Windows Platform behavior.
AllLogosDisplays the application name on all tile sizes.
NoLogosDoesn't display the application name on any tile size.
StandardLogoOnlyDisplays the application name for medium and large tiles.
WideLogoOnlyDisplays the application name for the wide tiles.