Gizmos drawn with various Gizmos.Draw methods have their opacity greatly reduced when occluded by other geometry. Example:
I’m encountering a lot of cases where this is making debug information incredibly difficult to see, e.g. when debugging navigation paths which frequently intersect terrain.
Is the opacity of occluded gizmos configurable anywhere? Ideally there’d be some way to set the occluded alpha between Gizmos.Draw calls, similar to setting Gizmos.color - but I’d settle for a global slider…
I’m aware I could fudge it by drawing everything closer to the camera, but I’d rather avoid those sorts of hacks if I can help it.
Cheers in advance,
Hadyn