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.
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 Prefab from Holographic Academy 101 not working in Own Project
Hi , like you can read in the title i've tried to develop my own app using the Spatial Mapping prefab + script from HA 101.
But when i launch the app i don't see the mapping texture(wireframe) on the walls etc., but in the Origami project everything works fine. Has anyone also had this issue? pls help
0
Answers
Having same issue. Any news?
Just found the answer. Follow the steps here: https://developer.microsoft.com/en-us/windows/holographic/holograms_230
There's a step where you enable spacial perception which does the trick
Hello,
I've got the same problem, but with the difference, that the wireframe isn't even visible in the Origami project. The spheres are falling not on the real floor, but in the infinity. I've followed mattsichs advise, unfortunately without success.
Hope you can help!
Now it works! Mattsichs answer was correct, but in an already built project checking spatialPerception will have no effect. I found this on http://www.sharpgis.net/post/2016/04/10/Using-HoloLens-Spatial-Mapping-to-occlude-objects (middle of page). Just adding the lines
beneath
</Applications>
in Package.appxmanifest will do the trick (even though Visual Studio states, that there is no valid element Capability for Capabilities).-- deleted comment --