How to create navigation for platformer 2D?

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

This is my setup:
world
-terrain
-player
-ui

In terrain I have staticbodies(platforms) and rigidbodies(enemies). At this moment enemies just keep an eye on player pos and when they enter combat they compare pos.x and follow him.

Im trying to make enemies find path to player avoiding platforms.
notes: I dont use tilemap, godot 2.1.4

What is the best approach for this situation?

:bust_in_silhouette: Reply From: koigx

Can you please explain what you are trying to do? Sorry I don’t understand what “create navigation” means

Im sorry that I did not write it clearly. “Im trying to make enemies find path to player avoiding platforms.”

Sprowk | 2018-03-06 19:24