Water

Hi! So I’ve started on my new side-scroller project and I need interactive water. I do not need it to be super high quality or anything, I just want interaction of it when player jumps in to water.

I purchased this asset but it aint working as promised:

It keeps spawning water in a bad coordinate and I cannot move it where I want in the editor because it just moves back… Literally a pain in the ass… And it’s been happening the same thing whatever package I downloaded from the net.

This is what I want:

See when the ball collides with water?

i didnot try it, maybe there is something usefull

I tried it, it’s the same issue - I can’t move the water around without problems.

Make a filled polygon, the upper points should be re-calculated each frame… According to the forces it get…
So you would make your own water basically…

1 Like

Do you think you can extend that a little more for a begginer with polygons? ^^ Thank you very much for your answer!

Well this is not that simple :smile:
First create a polygon… 4 points for the 4 edge (a square) and add pore points between the top 2…
So you have a square shaped polygon but the top side os created from more point…
Detect whenever an object hit your polygon, and add physics to the top points…

1 Like

Thanks alot, I’ll try my best! :slight_smile: