How to create a grid overlay for my tiles (Unity's Tilemaps)?

Viewed 1208

I am using Unity's 2D Tilemaps.

Is there a way to draw a border around all the tiles in a Tilemap? (I want this to be an option in my game, thus it should be by code and should be "activable").

Here's a image example:
enter image description here

Thank you.

0 Answers
Related