We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b1401 commit 267a249Copy full SHA for 267a249
Assets/MRTK/Core/Utilities/Editor/XRSettingsUtilities.cs
@@ -116,7 +116,7 @@ public static bool LegacyXREnabled
116
set
117
{
118
#if UNITY_2020_2_OR_NEWER
119
- Debug.LogWarning("This set operation has not effect as Legacy XR has been removed in Unity 2020!");
+ Debug.LogWarning("This set operation doesn't have any effect as Legacy XR has been removed in Unity 2020!");
120
#else
121
#pragma warning disable 0618
122
PlayerSettings.virtualRealitySupported = value;
0 commit comments