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.
2 parents bbc2aa9 + 04c88ae commit 32c3be5Copy full SHA for 32c3be5
Assets/HoloToolkit/SpatialMapping/Scripts/SpatialMappingManager.cs
@@ -186,7 +186,7 @@ public bool IsObserverRunning()
186
/// </summary>
187
public void StartObserver()
188
{
189
-#if UNITY_EDITOR
+#if UNITY_EDITOR || UNITY_UWP
190
// Allow observering if a device is present (Holographic Remoting)
191
if (!UnityEngine.VR.VRDevice.isPresent) return;
192
#endif
@@ -202,7 +202,7 @@ public void StartObserver()
202
203
public void StopObserver()
204
205
206
207
208
0 commit comments