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.
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…
Well this is not that simple
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…