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
world-building

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.

blog post preview image
tutorial

How to Turn AI-Generated Art into a Pixel-Perfect Game Sprite

Creating game sprites used to take hours of painstaking work, drawing frame by frame, tweaking pixels, and hoping the animation felt right. AI-generated art enables you to create a whole sprite sheet in seconds, but it still takes some effort to get it pixel-perfect and ready to use in a game. In this post, we’ll show you how to take AI art and transform it into a polished asset that moves fluidly, letting you focus on building your game instead of wrestling with every frame.