Version: 2019.4
Physics 2D
Splash Screen

Player

Use the Player settings to set various options for the final game built by Unity.

There are a few general settings that are the same regardless of the build target. These are covered below.

Most settings, however, are platform-specific and divided into the following sections:

  • Icon: the game icon(s) as shown on the desktop. You can choose icons from 2D image assets in the Project, such as sprites or imported images.
  • Resolution and Presentation: settings for screen resolution and other presentation details such as whether the game should default to fullscreen mode.
  • Splash Image: the image shown while the game is launching. This section also includes common settings for creating a Splash Screen, which are documented in the Splash Screen section.
  • Other Settings: any remaining settings specific to the platform.
  • Publishing Settings: details of how the built application is prepared for delivery from the app store or host webpage.
  • XR Settings: settings specific to Virtual Reality, Augmented Reality, and Mixed Reality applications.

You can find information about the settings specific to individual platforms in the platform’s own manual section. Not all sections are supported on every platform. This table provides a breakdown of which platform support these sections:

Icon Resolution and Presentation Splash Image Debugging and Crash Reporting Other Settings Publishing Settings XR Settings
Standalone
iOS
Apple TV / tvOS
Android
WebGL (√)
Universal Windows / WSA

General settings

Player settings that are available for all platforms
Player settings that are available for all platforms
Свойство: Функция:
Company Name Enter the name of your company. This is used to locate the preferences file.
Product Name Enter the name that appears on the menu bar when your game is running. Unity also uses this to locate the preferences file.
Version Enter the version number of your application.
Разрешение экрана Pick the the Texture 2D file that you want to use as a default icon for the application on every platform. You can override this for specific platforms.
Default Cursor Pick the the Texture 2D file that you want to use as a default cursor for the application on every supported platform.
Cursor Hotspot Set the offset value (in pixels) from the top left of the default cursor to the location of the cursor hotspot. The cursor hotspot is the point in the cursor image that Unity uses for triggering events based on cursor position.
Physics 2D
Splash Screen