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

Which Build Platform in Unity

I'm building my first HoloLens App in Unity 2018.2.2.f1. In the tutorial I'm following it says select Windows Store as my build platform in Unity but I don't have that option in the platform list. Will selecting Universal Windows Platform or do I need Windows Store?

Tagged:

Answers

  • Options
    edited December 2018

    If you are using Unity 2018+ yes is now called Universal Windows Platform(UWP), you can follow the old tutorials but use IL2CPP as Backend instead of .NET, then when you build you will still get a separate VS solution as an output and follow the same instructions to deploy to Device and it works, I've had Simple Unity projects successfully compiled and run this way, is when using managed DLLs when I'm running into issues probably due to UWP compatibility … also make sure your HoloLens is up-to-date

Sign In or Register to comment.