Rootex
Rootex copied to clipboard
Disable Depth Stencil test for Colliders
to improve visibility and detect buggy colliders
Currently, depth test is being done on Colliders too, so their wireframe gets obscured by other objects. Disable depth testing so that, colliders appear at the top to facilitate debugging.