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.

SharingWithUNET Scene - No session started upon tapping the "Start" button

I am using the Available Sessions Interface in the sample scene the SharingWithUNET folder provides in the Mixed Reality Toolkit; for now, I can only use the HoloLens emulator. When I try to do an air tap on the Start button, a network session does not start.

I took a look into StartSessionButton.cs, and I noticed this statement must return true for a network session to start being hosted.
networkDiscovery.running

networkDiscovery is of type NetworkDiscoveryWithAnchors. What do I need to do to make that flag be true? I loaded the sample scene as is, but I feel like something's missing in the setup, or that I need to change configuration.

Sign In or Register to comment.