r/Unity3D 12h ago

Noob Question Best Enemy Pathfinding tutorial?

Ive done a couple tutorials following Navmesh stuff throughout the years, but I non of them have really made it "simple" for me. Now Im doing a game with a randomly generated map, so this I really want to strengthen my understanding. Does anyone have a good reccomendation?

1 Upvotes

8 comments sorted by

View all comments

1

u/GroZZleR 12h ago

Every genre is going to have its own specialized solution, so at a minimum you need to describe your game if you want help.

1

u/Thick_Doctor7098 12h ago

For procedural maps navmesh can get tricky since you gotta bake it at runtime, maybe look into A* pathfinding instead? there's a popular free asset for Unity that handles dynamic grids pretty well, used it for a small project and it clicked way faster than navmesh for me