Skip to content

Commit 1ec392b

Browse files
removed not editor check in UnetAnchorManager.
1 parent 7d43aab commit 1ec392b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/SharingWithUNET/Scripts/UNetAnchorManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private void Start()
183183
#if UNITY_2017_2_OR_NEWER
184184
if (HolographicSettings.IsDisplayOpaque)
185185
#else
186-
if (!VRDevice.isPresent && !Application.isEditor)
186+
if (!VRDevice.isPresent)
187187
#endif
188188
{
189189
AnchorEstablished = true;

0 commit comments

Comments
 (0)