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.

Is there a way to affix my NavMesh to a World Anchor?

I'm attempting to make a navigation app for use inside an office space.
For this purpose i made a Spatial map of the office, then i used this mesh to Bake a NavMesh inside unity.

I have placed a World Anchor and placed all spatial sensitive as a child of this anchor.
And all this spatial data get reoriented around the World Anchor correctly

However the NavMesh still initiates oriented to the camera and not the World Anchor.
Is there a way to affix my NavMesh to a World Anchor?

Answers

  • Hey, @MediaanerWRO

    I'm not very familiar with NavMeshes but here is what I found:
    https://answers.unity.com/questions/898653/navmesh-and-moving-groundplatform.html

    Additionally, if moving NavMesh around is not an option I can think of a solution where you don't have to. Simply move an invisible dummy nav mesh agent along the real navmesh while syncing its position back to the anchored spatial mapping-based scenario. So you kind of have two reflected scenarios one as a workaround to baked nav mesh and one actually anchored.

    Hope this helps.

    Building the future of holographic navigation. We're hiring.

Sign In or Register to comment.