SuperTiled2Unity icon indicating copy to clipboard operation
SuperTiled2Unity copied to clipboard

Get Tile Info during custom importer

Open weierstrass1 opened this issue 4 years ago • 1 comments

I want to know, if it is possible to know information about each tile of the tilemap when i use a custom importer. I need this because i am implementing a custom terrain interaction system and my system needs to know what pattern is used by each tile and then get custom attributes from that pattern.

For example if i have patterns with like this:

image

Then if i build a map with those patterns i need to know what pattern is used for each of the tiles and then get the attribute "BlockType".

weierstrass1 avatar Apr 01 '21 20:04 weierstrass1