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 051f509 commit 1cae646Copy full SHA for 1cae646
Assets/MixedRealityToolkit.Providers/WindowsMixedReality/XR2018/WindowsMixedRealityDeviceManager.cs
@@ -80,11 +80,7 @@ public bool CheckCapability(MixedRealityCapability capability)
80
}
81
else // Pre-Windows 10 1903.
82
{
83
- // Ensure compatibility with the pre-2019.3 XR architecture for customers / platforms
84
- // with legacy requirements.
85
-#pragma warning disable 0618
86
if (!UnityEngine.XR.WSA.HolographicSettings.IsDisplayOpaque)
87
-#pragma warning restore 0618
88
89
// HoloLens supports GGV hands
90
return (capability == MixedRealityCapability.GGVHand);
0 commit comments