Skip to content

Commit 4aef45b

Browse files
authored
Merge pull request #318 from HodgsonSDAS/SharingFixes
Sharing Test script update.
2 parents d0066ed + 42ea32f commit 4aef45b

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)