TileMaker DOT started as a small map editor for one Andrei’s game. Today it is free, open source, and includes automatic object sorting, custom IDs, notes, and more.
For years,
Andrei Voia has been working on a personal game that slowly grew into a
larger game framework. At first, building maps was simple. He painted them in Photoshop, assigned a unique RGB color to every object, then used a script to convert those colors into object IDs inside the game.
That worked for small maps. As the project grew, it became much harder to manage more objects, larger maps, and multiple projects with the same system.
He tried existing editors like
Tiled, but
they did not fit the way his engine worked. His objects already had their own IDs, he wanted objects to sort themselves, and he wanted to leave notes on the map while designing it.
So he built a small editor for himself.
The editor lets you place tiles, objects, and NPCs on the map. It also draws everything in the correct order. Assets keep the IDs you assign, making it easier to connect the editor with an existing project.
One feature Andrei added more recently is map annotations. You can drop notes anywhere on the map, color them, and even leave reminders.
Behind the editor, every map keeps its own saved state. Every change is saved as a new map state, allowing Undo and Redo.
The editor is also organized into different modes. Placing objects, painting tiles, adding notes, selecting areas, or erasing all work as separate tools, with only one active at a time. According to Andrei, this made it easier to keep adding new features without changing the existing ones.
After sharing it with other developers, the positive feedback encouraged Andrei to keep improving it, adding new features over time. Today, TileMaker DOT is completely free and open source, and it continues to grow with each update.
If you want to check out the project or follow its development, the links will be right below.
Interested in learning more?
If you’re interested in the technical side of Unity? The
Unity Dev Bundle brings together
six books covering shaders, math, procedural shapes, editor tools, and character customization.