Question by
JabberJayy · Oct 26, 2016 at 10:30 PM ·
unity 5
Collider visibility in Scene View
Is there a way to make the colliders more visible in scene view? I do see it, but only if i look very close. I would like to give it another color or change the line thickness, is that possible?
Comment
At least with the Gizmos class and its draw methods you could change color in conjunction with OnDrawGizmosSelected by drawing your own mesh. I think.
Another Idea would be using Graphics.Draw$$anonymous$$esh in conjunction with a material the shader is capable of extruding the rendered lines.
Your answer
