Hello everyone!
I am working on a project and during the process, I made a tool: Tilemap(3D Cube) Editor
It helps a lot when making old school, tile-based environment, like those seen in tactical
games like FFT, Advance War or Minecraft.
Screenshot
It currently supports
- Customized and easy-to-use editor
- Square grid( not necessarily cube)
- Unlimited grid size
- Takes any model and maps it into the grid (the tree for example)
- Redo and Undo for the map editing
- Path finding in the grid space (very good for making turn based strategy game)
I want to release this tool to asset store once the project is done.
So for now, I want to know if anyone would be interested at such tool
Thank you
========================================================
2 more screen shots:
Use the buttons on the inspector to edit the map, the tile map will be updated automatically in in the scene.
The game camera will follow the changes in the game view and camera will return to normal position once finished editing.
This editor supports path finding within the space. It’s Ideal for turn base strategy game. Developer can set movement steps, uphill and down hill limits etc, and the manager will calculate all possible paths.