How can i have this neon light effect inside unity ??

I want to have these kinds of effects inside my scene

Hi,

Here’s how you do it:

  1. Create simple mesh made out of tubes
  2. Apply glow shader
  3. Add bloom post process effect on your camera (Unity pro only)

Done ^^