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

Some Hololens running together

Hello everyone.

I am looking for a way to develop an application where two people with hololens glasses can use the same application and interact with it together.

For example, I have an application with a human body. If you do airTap on his arm, this arm does a stretch.

So, if two people are using this application, if one of both does airTap, and runs the stretch, the other one has to see the stretch as well and vice versa.

I am aware that in the chapter, 240 sharing holograms (Academy), the anchor is shared, but not the interactions with holograms and its processes.

Does anyone know how I can implement total behavior between two people together?

Working with Unity,
Thank you very much.

Tagged:

Answers

  • Options
    stepan_stulovstepan_stulov ✭✭✭
    edited March 2018

    Hey, @gomes

    You can user the so called Sync Model from MixedRealityToolkit or alternatively just implement your own networked logic with UNet messages or any other networking framework really. It is true that without additional development considerations you will simply sync the coordinate space, not the logic.

    Cheers

    Building the future of holographic navigation. We're hiring.

  • Options
    gomesgomes
    edited March 2018

    Thank you @stepan_stulov

    I'm going to try to do it with the Sharing part of HoloToolkit as you say.

    I have tried many times to try to migrate holotoolkit to unity but it is always giving issues and never works well for me, if anyone knows, which version of holotoolkit and which version of unity I need, and how I have to download to work properly. I would appreciate it very much because I have despaired so much with this package that I have given up and I don't use it.

    Thank you!

Sign In or Register to comment.