A* Pathfinding Tutorial

blog post header image

Technical talk from Matt Bauer about A* pathfinding in Nauticus Act III.

Pathfinding plays a vital part of Nauticus Act III. This technical tutorial demonstrates implementing and optimizing A-Star path finding in a Unity3D game.

Code from our project:

And some additional resources to help get you started:

Recommended posts

We have similar articles. Keep reading!

blog post preview image
tutorial

How to Create Random Tables and Batch Rolls

Learn how to create Random Tables and combine them into Batch Rolls to generate multiple results with a single click. This guide shows you how to build tables, add entries manually, in bulk, or with AI assistance, and reuse them to quickly generate NPCs, locations, encounters, and more.