I want only the edges visible on my cube?

Hi,

I’m trying to create an effect like this: https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRGkx0WVZ9lnUqlE3jtj2PMf4RGVRxx_q5C5qT2wIDPDYfg44hULA

So the surfaces of the cube are transparent and if possible the edges are glowing but not important.

How would you go about doing this, would I create a 3d model that actually only has the edges?

Thanks!

You can try to write a script that get all the vertices of the mesh and convert them into Line Renderers, or try to write a shader that does the effect you want.

a similar question