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

it's possible to Play Hololens App in Unity Intégrate PLayer With Holo Toolkit ?

All is in the title :)

Because my hololens friend's return to Seatlle on monday ! :(

It's possible to Play Hololens App in Unity Integrate PLayer With Holo Toolkit or another module ?

I want play my hololens program simply without hololens emulator or hololens.

Anybody have a solution ?

Thank's

Answers

  • Options
    sptspt ✭✭

    My current project runs in unity without the emulator. This is pretty easy to do, just keep the hololens specific code inside #if WINDOWS_UWP checks. I also have a little bit of special code in the #else case to handle stuff that only runs in Unity, like mouse clicks and the like.

  • Options
    prasadlprasadl
    edited January 2017

    @spt
    Can you please provide more details how to achieve that. In my case, though it runs in unity inbuilt player, gestures and movements with mouse and keyboard don't work as in emulator. So how can I get them work?

  • Options
    sptspt ✭✭

    I just use the regular Unity code for mouse and keyboard, I dont use gestures or the emulation stuff.

Sign In or Register to comment.