Hi,
i have a 3D world made of tiles (meshInstance), just like an isometric game.
When cursor is over a tile, i want to highlight the surface of the tile.
I try setmaterialoverride, but the whole tile is highlighted, i want only its surface to be highlighted.
how can i do that ?