- Home /
how to make water splash
how to make the water splash and have a wake trail follow the player like in the soldier demo when the soldier moves through the rivr the watr slpashs an there is a trail in his wake I have no idea how to do this please help. thanks
Answer by DragonReeper · Nov 06, 2010 at 01:27 PM
You have to script this , get the Y position of the water surface and get the players X and Z position , the spawn a particle effect that only expands outwards.
The particle must be one shot and have a lowish energy amount, try making a texture for the particle then tweak the Y settings of random and force and anything else turn of simulate in world space , make the ellipsoid oval-ish with a slim Z scale
In the script check if the player is in a trigger that you use for the water and instantiate a particle effect each half a second. ask if you need more help
Open up the BootCamp Demo and check out the WaterInteractions.js script
Answer by Atnas1010 · Nov 03, 2010 at 11:58 PM
Spawn particles where your character intersects with the water plane.
This is not something "easy" to do, and requires some amount of skill. Fool around with particles until you get the desired effect, and then use some scripting to instantiate the splash there.
Your answer
Follow this Question
Related Questions
ship wake using water reflection 0 Answers
effect of splashing on a windshield? 1 Answer
How to create a splash effect when my character to play in the water 1 Answer
WATER....WATER....I NeeD WATER...help me x.x 3 Answers
Water splash 1 Answer