Runtime wireframe rendering

Hey, I’ve been wondering if there is a way to do realtime rendering in wireframe. I’ve seen the scripts which make a particular object wireframe (untested) but because I want to render everything in wireframe I think it might be too intensive to run with each model handling it’s rendering. Is there no way to cause the main camera to render wireframe?

In Unity 4, you may use GL.wireframe.

Hi Charlie,

I totally recommend this:

Hope it helps!

Paul