Autotile - multiple navmeshes

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By infidel

Is it possible to add more than one navmesh in autotile?

I’ve got tile like this:

-------
 N|C|N|
-------

where N == Navigable, C == collision, I’m trying to add single navmesh
by creating a polygon with 2 overlapping edges like [(1,0),(2,0)],[(2,0),(1,0)]
but it seems to bug the engine.