Vati-nyan
I thought Tilemap is a single object for all (virtual) tiles, you only could get 1 uid from tilemap, and I don't think that tilemap could assign private varialbes for each tile.
To place tiles manually, you might try
- layout2board plugin , it could create orthogonal or isometric, or hexagonal board.
or
- txm importer v2 plugin for tiled map editor
I used Layout2board, and it works nicely for making the board! I don't know why I missed that before, I must have mixed up the names.
I have one last question for now though! I've made the board with that plugin, and moving around it while including all tiles in a family works just fine. I still haven't managed to get move costs to work properly though - for now the move cost function still looks like this:
I guess it's not properly picking up what tiles it should?
Thanks so far for being patient and helping out