Skip to content

Commit 42ea32f

Browse files
Stephen HodgsonStephen Hodgson
authored andcommitted
Enabled ImportExportAnchorManager to place user into a room if testing in editor.
1 parent 915cd7b commit 42ea32f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Assets/HoloToolkit/Sharing/Tests/ImportExportAnchorManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,10 @@ private void Instance_SessionJoined(object sender, SharingSessionTracker.Session
232232
private void MarkSharingServiceReady()
233233
{
234234
sharingServiceReady = true;
235+
236+
#if UNITY_EDITOR
237+
InitRoomApi();
238+
#endif
235239
}
236240

237241
/// <summary>

0 commit comments

Comments
 (0)