Pathfinding for AlignPosition?

I’m making some comprehensive AI system for NPCs, so it will also support flying NPCs with AlignPosition. Here’s is the problem: pathfinding can’t be used when there’s an AlignPosition object inside of NPC’s root part.

I though about making AlignPosition Position property set to next path waypoint, but pathfinding just can’t compute path for that AND move NPC’s to the target.

(Currently using SimplePath for pathfinding)

1 Like

pathfinding does not work in the air sadly as of now.

I’ve searched some information, it’s probably possible to make a custom pathfinding system for air, or use something like “hints” placed on the map to help navigate flying NPCs. I definitely should try this. Thanks for reply!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.