![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | minitrope |
Hi!
I’m trying to combine GridMaps and Navmeshes (Godot 3.0 stable) but can’t make it work.
I have a scene with a Navigation node and a GridMap as a child.
The GridMap has been made using a simple tile, from a meshlib.
The scene that have been converted to a meshlib looks like this:
- Spatial
- Plane (mesh instance)
- Navmesh (mesh instance)
- NavigationMeshInstance
In the scene, I’m trying to get the path between two Position3d nodes, but the list is always empty, even when used on the same tile.
Here is zip file with the Godot project: Alternatives to
Are Navmeshes not supposed to work with GridMaps? I’ve seen a few answers here suggesting they should, but from the sample project it seems it doesn’t.