unity-clip-shader
unity-clip-shader copied to clipboard
Clipped objects can't be clicked
Because the objects are rendered using command buffers in the editor, there's no way to click on the objects. There must be some way to enable this without just using a raycast, right?!
Perform a raycast against the clipped nodes, getting all hits, and select the closest one on the right side of the clip plane.