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 2461661 commit ba783aeCopy full SHA for ba783ae
Assets/HoloToolkit/SharingWithUNET/Scripts/UNetAnchorManager.cs
@@ -183,7 +183,7 @@ private void Start()
183
#if UNITY_2017_2_OR_NEWER
184
if (HolographicSettings.IsDisplayOpaque)
185
#else
186
- if (!VRDevice.isPresent && !Application.IsEditor)
+ if (!VRDevice.isPresent && !Application.isEditor)
187
#endif
188
{
189
AnchorEstablished = true;
0 commit comments