Hologram shader for U3

Hello everyone, had a bit of a question/request.

Seen here are the “hologram” styled shaders used in Halo 3. I’m trying to recreate this effect in Unity 3.

I’d gotten to the point where I have a similar effect in unity 2.6 using the “fur” shader on the wiki, but alas, this doesn’t work in U3.

Does anyone have an updated shader/script, or guides where I could start?

ty <3

I need this too!

Bugger, i was gonna suggest using the fur shader for it too before remembering it doesn’t work on U3, gah. You could just create a line of polygons with the same material maybe, since that’s sorta what the fur shader did. Fine for something flat like that, bit more problematic for complex shapes.

We’re using the Particles / Alpha Blended Shader to create a similar effect.