- Home /
Color tile from tilemap
Hello,
I want to just paint a tile (or area of tiles) from a tilemap while the game is running with C# code.
I tried tilemap.setColor but I can only Color the central tile of the map instead of special tiles.
Thank you for your help
Comment