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

Spatial Mapping Rendering Problem

When I followed tutorial 230 and dragged spatial mapping prefab into the hierarchy, no meshed shown when running the program.

I check this part in package.appxmanifest:

And get this error:

I guess this maybe the reason why no meshed showing on the screen.
Anyone knows the correct element name?

Answers

  • Options

    Your package.appxmanifest should have something like:

    xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" IgnorableNamespaces="uap uap2 mp" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"

    in the package key.

    ===
    This post provided as-is with no warranties and confers no rights. Using information provided is done at own risk.

    (Daddy, what does 'now formatting drive C:' mean?)

  • Options

    @Patrick All these are already in my file. Any any ideas?

  • Options

    Hrm... well...I'm going to shoot in the dark now but:
    1. make sure that Nuget is enabled. (In VS tools->options, then NuGet package manager).
    2. make sure that you've installed the windows 10 SDK for VS (from add remove programs you can modify visual studio 2015 and make sure it looks like:

    ===
    This post provided as-is with no warranties and confers no rights. Using information provided is done at own risk.

    (Daddy, what does 'now formatting drive C:' mean?)

  • Options

    Hi Everyone,

    I have exactly the same problem of Zihui_Liu. I have already all the lines of code mentioned by Patrick in my appPackageManifest. Also, I have already installed Windows 10 sdk 10.0.10586.212 as well as Nuget

    Any other idea about how to solve my problem?

    Thank you in advance

    Matteo

Sign In or Register to comment.