2D Platformer Path - Need your advice

Hello! I know your package currently does not support 2D platformer pathfinding, but maybe you can share some thoughts or give me some advice on where I should dig? I have implemented basic movement based on your project, but the further I go, the harder it becomes.

I also received advice to try PathBerserker2D

Hi

The only way to do platformer pathfinding in this package is to either use the point graph, or to write a custom graph type.
But there’s no built-in workflow for platformers, I’m afraid.
None of the built-in movement scripts support platformers either.

1 Like