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.

Spatial Mapping

evanjamesevanjames
edited May 2016 in Questions And Answers

I am trying to complete the Spatial Mapping chapter I get the errors you see below. What am I doing wrong?

ccc.PNG 289.1K

Best Answer

  • HoloSheepHoloSheep mod
    Answer ✓

    I see what looks like a space in your path name between "Evan James", if that is indeed a space, that may be the issue since Unity does not like or handle well any spaces in path or file names. It also takes issue with long path names which can cause a similar error.

    I recommend you move the project to a short path that contains no spaces, perhaps something like:

    C:\data\

    and try opening the project from there and see if that helps or changes anything.

    Windows Holographic User Group Redmond

    WinHUGR.org - - - - - - - - - - - - - - - - - - @WinHUGR
    WinHUGR YouTube Channel -- live streamed meetings

Answers

  • Jarrod1937Jarrod1937 ✭✭✭

    First, for speed reasons you probably want to do a release build, not a debug build. Secondly, the architecture of the Hololens is x86, not ARM. Try those and see what you get.

  • evanjamesevanjames
    edited May 2016

    @Jarrod1937
    Good call I adjusted to those settings prior to deploying but even after i switched the debug settings i now get these errors posted below.

    hh.PNG 388.1K
  • HoloSheepHoloSheep mod
    Answer ✓

    I see what looks like a space in your path name between "Evan James", if that is indeed a space, that may be the issue since Unity does not like or handle well any spaces in path or file names. It also takes issue with long path names which can cause a similar error.

    I recommend you move the project to a short path that contains no spaces, perhaps something like:

    C:\data\

    and try opening the project from there and see if that helps or changes anything.

    Windows Holographic User Group Redmond

    WinHUGR.org - - - - - - - - - - - - - - - - - - @WinHUGR
    WinHUGR YouTube Channel -- live streamed meetings

Sign In or Register to comment.