Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Sharing with UNET - can't import anchor

Hi,
I'm making an app that uses UNET for sharing holograms between devices, but I can't get it to work properly, even in the example scene.
https://github.com/Microsoft/MixedRealityToolkit-Unity/tree/master/Assets/HoloToolkit-Examples/SharingWithUNET/Scenes

When I start the example scene on the first hololens it seems to work fine. It starts as a server and places the anchor in a place where the hololens was when the app was launched.

When I start the app with the second hololens, it finds the first one, displays the same anchor name and the text says that it's importing the anchor. The problem is that the anchor never gets imported and the holograms are misplaced. When I tried debugging the client, it turned out that importing is stuck in an infinite loop. First, it starts importing then it fails and starts again.

I tried mapping the room as best as I can but it didn't help.
I build it in Unity with these capabilities:
-InternetClient
-InternetClientServer
-PrivateNetworkClientServer
-SpatialPerception

What do I do to solve this? Am I missing some project settings?

Sign In or Register to comment.