I’m making a little grid based level editor. I’m drawing a grid using Handles.DrawLine () and it draws through everything which is pretty annoying. Makes navigation pretty hard when trying to build on multiple layers
Is there any way to draw handles that don’t appear through objects?
I’m not sure, but I think handles are always drawn on top of everything else, maybe you could use Line Renderer with a script that is executed in edit mode.