Built to be understood
The code and docs are meant to help you learn how the systems connect instead of hiding everything behind a black box.
Unity assets
These are not tiny scripts wrapped in a sales page. They are the same tools I use while building my own RPG projects, cleaned up, documented, and made flexible enough for yours.
Available now
A deterministic tile movement framework inspired by the clear movement rules of classic grid based games. It handles pathfinding, game ticks, walking, running, vertical spaces, and smooth visual movement without tying your gameplay to frame rate.
In Unity review
A full starting point for making an old school tile based RPG in Unity. It includes the movement package plus combat, skills, items, NPCs, quests, saving, banking, dialogue, shops, prayer, magic, ranged combat, and the editor tools needed to keep all that content manageable.
You can use the included rules as they are, replace them piece by piece, or build your own game systems on top of the framework.
The code and docs are meant to help you learn how the systems connect instead of hiding everything behind a black box.
Use the included content as examples, then add your own items, NPCs, skills, spells, quests, interactions, and rules.
When something goes wrong, you can talk to the person who actually wrote the system and knows why it works the way it does.