Version: Unity 6 Preview (6000.0)
Language : English
Create a build profile
Build Profiles reference

Override Player settings with build profiles

You can override Player settings when using a build profile for your target platform. This allows you to have custom Player settings for each build profile you want to use.

Override Player settings

To override Player settings, use the following steps:

  1. Navigate to File > Build Profiles.
  2. Select or create a build profile for your target platform. For information on how to create a build profile, refer to Create a build profile.
  3. In the Player Settings Overrides section, select Customize player settings.

The Player settingsSettings that let you set various player-specific options for the final game built by Unity. More info
See in Glossary
for the build profile’s target platform will appear, allowing you to customize them as required. These Player settings inherit their initial values from the global target platform Player settings, available from Edit > Project Settings > Player > <Target Platform>.

Note: You can only override Player settings for build profiles. If you want to override Player settings for a platform profile, you must create a build profile for that target.

Remove and reset Player settings overrides

You can remove and reset any overridden Player settings for your build profile using the available options from the More () menu. The available options are as follows:

Property Description
Remove Overrides Remove and reset all overridden Player settings. To add new overrides, you must select Customize player settings.
Reset To Globals Reset overridden Player setting values to the global values for the target platform. The global values can be updated from Edit > Project Settings > Player

Additional resources

Create a build profile
Build Profiles reference