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

MR headset support for Non-UWP Plugins? Works in Editor only

We are having trouble building out to our Acer MR headsets since we use non-UWP unity plugins critical to our app. We use Embedded Browser that Embeds Chromium). We can run our code on the headsets from Editor since it lets us use standard x86_64 architecture but we can't build out to the device since it will builds to UWP which won't let us use our plugin.

Any ideas how to move forward here? Seems like since our app can run and the UWP restriction is something that could be removed?

Tagged:

Answers

  • Options

    but we can't build out to the device since it will builds to UWP which won't let us use our plugin

    @anandx I checked the compile exception and it is clear that this Unity plugin is not fully supported on Windows Universal Platform:

    So you need to contact with the author and request the update for our platform, otherwise, your project can't be converted to UWP app normally.

    There is a way to create holographic apps using JavaScript and WebGL, but not for immersive apps, just a reference: https://github.com/Microsoft/HoloJS

  • Options

    We have contacted the author and unfortunately this is not really feasible since it would involve porting the Chromium browser to UWP which isn't really feasible since it is a massive project.

    Is Microsoft considering allowing MR headsets to support non-UWP apps since they work in Unity Editor for example?

  • Options

    Is Microsoft considering allowing MR headsets to support non-UWP apps since they work in Unity Editor for example?

    Currently, only UWP app is allowed for MR headset. I can forward your voice with our colleagues.

Sign In or Register to comment.