Hello everyone.
We have decided to phase out the Mixed Reality Forums over the next few months in favor of other ways to connect with us.
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.
The plan between now and the beginning of May is to clean up old, unanswered questions that are no longer relevant. The forums will remain open and usable.
On May 1st we will be locking the forums to new posts and replies. They will remain available for another three months for the purposes of searching them, and then they will be closed altogether on August 1st.
So, where does that leave our awesome community to ask questions? Well, there are a few places we want to engage with you. 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. And always feel free to hit us up on Twitter @MxdRealityDev.
We have decided to phase out the Mixed Reality Forums over the next few months in favor of other ways to connect with us.
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.
The plan between now and the beginning of May is to clean up old, unanswered questions that are no longer relevant. The forums will remain open and usable.
On May 1st we will be locking the forums to new posts and replies. They will remain available for another three months for the purposes of searching them, and then they will be closed altogether on August 1st.
So, where does that leave our awesome community to ask questions? Well, there are a few places we want to engage with you. 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. And always feel free to hit us up on Twitter @MxdRealityDev.
Spatial Mapping
I am trying to complete the Spatial Mapping chapter I get the errors you see below. What am I doing wrong?
0
Best Answer
-
HoloSheep mod
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 meetings2
Answers
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.
@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.
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