Getting height in pixels of tilemap
In my project, I use a tilemap that is being built in runtime. It should have a certain pre-determined amount of rows and columns and should fit a certain size in a screen with an unknown resolution. To tinker with the local-scale of the object I need to know what is the height of a rectangle that contains the tilemap's active tiles. Is there a built-in way to access it?
Comment