Get the position of all empty tiles within a radius of a tilemap

Very new to tilemaps and unity.

If I have a point on a tilemap, how can I find all empty tile positions within a radius?

Hello.

You need to check all tiles arround the “observed tile” by its coordinates, using a for/while statement.

I strongly recommend you to watch a full tutorial about tilemaps.