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.

Sharing World Archored Positions with HoloToolkit-Unity

I am trying to setup my app to shared dynamically created game objects with multiple HoloLens' that are in the same room. I took a loot at the Sharing example in the Academy and it works just the way I wanted. I tried to replicate the code from the Academy example in my app and I can successfully share information about my objects but I get figure out how to get each HoloLens to see the objects at the same location in the room. All of the objects have the correct relative positions but the global positions are off. I also looked at the SharingSpawnTest from the toolkit and it seems to have the same issue as my app. All of the spawned objects have correct relative positions but they end up in different locations in the room.
What is the special code in the Academy example which gets everything to line up for each HoloLens? I cannot seem to find it.

Answers

  • I am having the same issues, the example in HoloAcademy 240, the global shared anchors are pretty off. Is it because the WorldAnchorStore not refreshing persistent models? I see the proper head rotations but the positions do not match.

  • Did you guys solve this problem? I am running into a similar issue.

Sign In or Register to comment.