Override Unity Editor settings when using build profiles.
You can override specific Unity Editor settings for each build profile you want to use. These overrides allow you to create unique settings profiles for all of your target platforms.
The following settings can be overridden with build profiles:
To override Player settings, use the following steps:
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. Player settings overrides in an active build profile are used in Play mode and within the Unity Player.
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. Set the global values from Edit > Project Settings > Player |
To override graphics settings, use the following steps:
A list of available graphics settings to override will appear. The graphics settings inherit their initial values from the global graphics settings set in Edit > Project Settings > Graphics.
Note: You can only override graphics settings for build profiles. If you want to override graphics settings for a platform profile, you must create a build profile for that target. Graphics settings overrides in an active build profile are used in Play mode and within the Unity Player.
Remove and reset any graphics settings overrides in your build profile using the following options:
Action | Description |
---|---|
Remove Overrides | In your build profile, navigate to Graphics Settings and disable Override Global Graphics Settings. |
Reset To Globals | In your build profile, navigate to Graphics Settings > More (⋮) > Reset to Globals. This will reset the overrides to the global values found in Edit > Project Settings > Graphics. |