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

How to show environment Mesh

I followed the Holo101 Video, and drag the spatial mapping file to the Hierarchy window, but nothing happens after I deployed it. Anyone knows how to show spatial mapping somehow?
Thanks in advance

Best Answer

  • Options
    PatrickPatrick mod
    Answer ✓

    Can you try running your application under the debugger? Sometimes some informative debug spew will show up. There are times when Unity doesn't update the package manifest after changing the capabilities. In visual studio you can double check by right clicking on 'package.appxmanifest' and choosing 'show code'.

    in that xml file makes sure something like this is in there:

      <Capabilities>
        <uap2:Capability Name="spatialPerception" />
      </Capabilities>
    

    ===
    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?)

Answers

  • Options

    Hi Razer,

    Did you check the 'draw visual meshes' box? Is the material set to 'wireframe'?

    Also, when building, did you enable the spatial perception capability?

    ===
    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 Patrick, I actually did both. But nothing shows up,.

  • Options
    PatrickPatrick mod
    Answer ✓

    Can you try running your application under the debugger? Sometimes some informative debug spew will show up. There are times when Unity doesn't update the package manifest after changing the capabilities. In visual studio you can double check by right clicking on 'package.appxmanifest' and choosing 'show code'.

    in that xml file makes sure something like this is in there:

      <Capabilities>
        <uap2:Capability Name="spatialPerception" />
      </Capabilities>
    

    ===
    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
    RazerRazer
    edited June 2016

    That works, however why it only renders partially?
    --Just ignore me, it's simply because it takes time to recognize

Sign In or Register to comment.