Creating nose snot/cough splashed effect on camera
6. Červen 2024 v 01:22
I want to create a nose snot/cough/vomit splash effect on camera. The idea is that during gameplay NPC is gonna perform those actions on my first person view player. I was trying to modify below shader to have desired effect but I am struggling to change the color and position of droplets.
https://github.com/yumayanagisawa/Unity-Raindrops
https://github.com/yumayanagisawa/Unity-Raindrops/blob/master/Raindrop/Assets/Raindrop.shader
Here's what I am trying to achieve
- Change position of droplets so that there is one or two blob in the middle and other droplets are splashing from it.
- Change color of the droplets to have beige tone.
- Remove vertical lines (Those are only appearing when I am using lerp at the end of the frag. Guessing it's a performance issue)