SanAndreasUnity icon indicating copy to clipboard operation
SanAndreasUnity copied to clipboard

Water physics

Open in0finite opened this issue 2 years ago • 0 comments

Implement water physics - water should push all bodies that touch it. Some bodies will float on top, some will sink down.

Each vehicle has percentage submerged defined in data files.

Water script already has the ability to generate colliders (as triggers). Objects that are able to interact with the water should detect collision with trigger and apply appropriate force.

When object collides with water, emit some water particles.

Maybe first search for already finished solution online.

in0finite avatar Mar 10 '22 10:03 in0finite