We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c7f22 commit 782d1fdCopy full SHA for 782d1fd
Assets/HoloToolkit/Utilities/Scripts/Editor/ProjectSettingsWindow.cs
@@ -93,7 +93,7 @@ private void UpdateSettings(BuildTarget currentBuildTarget)
93
// See: http://answers.unity3d.com/questions/886160/how-do-i-change-qualitysetting-for-my-platform-fro.html
94
try
95
{
96
- // Find the WSA element under the platform quality list and replace it's value with 0
+ // Find the WSA element under the platform quality list and replace it's value with the current level.
97
string settingsPath = "ProjectSettings/QualitySettings.asset";
98
string matchPattern = @"(m_PerPlatformDefaultQuality.*Windows Store Apps:) (\d+)";
99
string replacePattern = @"$1 " + currentQualityLevel;
0 commit comments