# Navmesh on Meshing

**URL:** https://community.nianticspatial.com/t/navmesh-on-meshing/3125
**Category:** I'm Stuck
**Created:** [December 20, 2022, 1:42am UTC](https://community.nianticspatial.com/t/navmesh-on-meshing/3125 "2022-12-20T01:42:48Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Jaewook\_Lee](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@Jaewook\_Lee](https://community.nianticspatial.com/u/Jaewook_Lee)
#### Post date: [December 20, 2022, 1:42am UTC](https://community.nianticspatial.com/t/navmesh-on-meshing/3125/1 "2022-12-20T01:42:48Z")

</div>

Hi all! I am trying to build Navmesh on Meshing results in Unity. I tried using the AI Navigation Package to address this problem. I attached a LocalNavMeshBuilder.cs, and had it track the ARSceneCamera object. I also attached a NavMeshSourceTag.cs component to the MeshColliderChunk prefab. The application correctly generates meshes over real world objects (so meshing is successful). However, it does not seem to generate any navmesh on top of the meshing result during runtime. Has anyone solved this issue before? If so, please let me know, thank you!

---

<div class="post-metadata">

### Author: ![Manos\_Tsotros](https://avatars.discourse-cdn.com/v4/letter/m/59ef9b/32.png) [@Manos\_Tsotros](https://community.nianticspatial.com/u/Manos_Tsotros)
#### Post date: [December 20, 2022, 9:45am UTC](https://community.nianticspatial.com/t/navmesh-on-meshing/3125/2 "2022-12-20T09:45:09Z")

</div>

Hello. Traditional Unity NavMesh will not work with the ARDK Meshes. To add navigation to your Lightship app, use the Gameboard:

[https://lightship.dev/docs/ardk/context\_awareness/gameboard/gameboard.html](https://lightship.dev/docs/ardk/context_awareness/gameboard/gameboard.html)

---

<div class="post-metadata">

### Author: ![Jaewook\_Lee](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@Jaewook\_Lee](https://community.nianticspatial.com/u/Jaewook_Lee)
#### Post date: [December 20, 2022, 11:10am UTC](https://community.nianticspatial.com/t/navmesh-on-meshing/3125/3 "2022-12-20T11:10:13Z")

</div>

Thanks so much! I’ll check it out :))) Does Gameboard work with vertical surface navigation as well?? Thanks again!

---

<div class="post-metadata">

### Author: ![Merijn\_Kersten](https://sea2.discourse-cdn.com/niantic/user_avatar/community.nianticspatial.com/merijn_kersten/32/1277_2.png) [@Merijn\_Kersten](https://community.nianticspatial.com/u/Merijn_Kersten)
#### Post date: [December 20, 2022, 1:57pm UTC](https://community.nianticspatial.com/t/navmesh-on-meshing/3125/4 "2022-12-20T13:57:32Z")

</div>

Hey @Jaewook_Lee , i did find an example of navigation using meshes on the discord server some time ago, it looks like this: [Spider gameplay - YouTube](https://www.youtube.com/watch?v=ISJMY_HD_kw)  
Not sure how they managed to get it working exactly but it does make use of lightship meshing or gameboard.

---

<div class="post-metadata">

### Author: ![Jaewook\_Lee](https://avatars.discourse-cdn.com/v4/letter/j/e9a140/32.png) [@Jaewook\_Lee](https://community.nianticspatial.com/u/Jaewook_Lee)
#### Post date: [December 20, 2022, 10:26pm UTC](https://community.nianticspatial.com/t/navmesh-on-meshing/3125/5 "2022-12-20T22:26:33Z")

</div>

Thanks @Merijn_Kersten ! It looks like they are using meshing, but I am not sure if it is relying on gameboard. I will look into it more. Thanks all!

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/niantic/user_avatar/community.nianticspatial.com/system/32/13_2.png) [@system](https://community.nianticspatial.com/u/system)
#### Post date: [December 21, 2022, 12:27am UTC](https://community.nianticspatial.com/t/navmesh-on-meshing/3125/6 "2022-12-21T00:27:28Z")

</div>

This topic was automatically closed 2 hours after the last reply. New replies are no longer allowed.
