Interactive dripping water

FAB: Dripping Water | Fab

Interactive Dripping Water available on FAB (50% off for the lunch sale!):

Demo:

(post deleted by author)

Hello @JVAD3DDD !

This is a really good asset that you’re showcasing here especially with the customizability of it. I know this wasn’t highlighted in the video, but is there a speed setting for how fast the droplets fall?

Hello, Thanks,

You can easily change the speed of the droplet by opening the Niagara System. I recommend changing the spawn rate instead. I exposed the spawn rate in details panel.

1 Like

Hello again @JVAD3DDD !

Thank you for explaining that to me! If I may ask an additional question, does decreasing the spawn rate provide a better performance than the speed?

Sure, Particle systems spawn rate affect performance much more than speed.

For example if you have a particle system with 50000 particles your CPU should calculate the position of each particle at each frame and it would be 50000 calculation.

If you change the spawn rate from 50000 to 500 you have reduced the number of calculation 100 times and your particle system is more performant.

But overall the This product does not need a high spawn rate.

1 Like

I hope it helps.

(post deleted by author)