Having trouble centering a Gizmo in Unity’s editor with an Isometric Grid where Z axis serves as Y axis
I’m trying to make the boxes in OnDrawGizmos() center isometrically within each tile. As you can see, I want to know the coordinates of each tile and always have them displayed in the editor. As you can also see, they don’t fit well into each tile, and I have no idea how to fix it. Here’s the code; I hope you can give me a hand. Thanks in advance.