How to create path between non connected Areas?

Hello Aaron, I’m facing some problems trying to create a path bewtween areas that are non connected.

That’s the way that our game Astarpath is designed:

Sorry I missclicked the create topic button

If they are not connected, there is no possible path between them.
What problems are you facing more specifically?

We have this Path organization because it fits perfectly the general porpouse of all the AI in the game.

But now be designed a new animal that moves between heights,

Is possible to achieve that?

How do you imagine that they would move between the heights?

If I undertand you The animal can be teleported between areas.

Ok. Teleportation.
Would it be able to teleport from any point on one height to any point on another height?

Yes, best scenario would be that the animal only teleports one height at a time

When there is only one height distance floor I’m able to calculate the path playing around with GetNearesNode and some Constrains:

But it gets tricky if the path is more complicated