Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

What did you end up doing for pathfinding? Given the shorter timeframe, I'd probably have just used https://docs.godotengine.org/en/stable/classes/class_navigation.html with some kind of automated navigation custom node to handle the movement.

(+1)

I used the Navigation node for the pathfinding, and a script for the behavior that's instanced on each NPC. I just didn't have time to really get in there and polish it.

(+1)

Oh okay. Well, it was fun. :)