Splash Script?

Hello,

Does anyone have a splash script, for when you go into water the splash particle comes up, i’ve tried like 20 scripts all around, none of them work for me, some give errors.

Thanks

Create your own, it’s quite easy. Your water has a collider (trigger), I suggest a box unless it’s a complicated shape like a river or a lagoon. When something enter it, OnTriggerEnter will be call on your water’s gameObject, so create a script to receive it. If it’s something that can produce a splash (check tag, or don’t if everything can) and instantiate a prefab containing the splash particle system at the collision point.