How To get Water Splashing effect with Particle System...

Hi…
I need to get a Water splash effect . I hope this can be done with particle system. I tried some , but I couldn’t get the splash effect. Is there any way to do it. Or can I use other than particle system. The effect is about Water Splashing when a bomb is dropped in the sea.
Help me…
Thank you…

Yes it can be done but it depends on a lot of things, foremost how you are rendering your water and your bombs. Can’t help you without context into your project.

It’s a 2D game. Water is nothing but a plane object and there are no bomb objects. Just with Mouse click the water splash should occur on the mouse position.

Then attach a script to the water plane with a particle emitter rendering at the mouse’s position OnMouseDown.

That’s not I’m asking…

I’m asking about configuring the particle system to get the water splashing effect.

Easiest solution: take the water splash effects from the boot camp project.

Thanks Legend411,… I will try that…

Please I am trying to make a splash when a car hits the water
Help me

Unity’s new free particle pack includes a water splash particle system:

4 Likes