How to see grid coords?

Does anyone know how to see the grid coordinates of a tile in a tilemap, like by hovering your mouse over it or something?
I would like to be able to remove a tile but I don’t know how to check the grid coordinates.

1 Like

1 Like

It’s for a platformer where you collect a key and it removes the lock blocks.
Thank you, but anywho I figured out something semi-good (I do still wish I could see grid coords though).

You want to get X and Y pos of that grid cell?
Cause that is also doable
Better explain it in more detail

There is

My grid is 16 x 16
Ballz will move on that grid

So now i can check position of ballz to see at what grid X and Y it is
It is also possible to get it with JUST math but that is way easier since you can hide ballz