Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PlayerSettings.WSAApplicationShowName

Options for which tile types to display the application name on.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
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 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. Additional Resources: tileShowName

Fields

Value

Description

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