I am a begginer in Unity and I try to visualise a solid body deformation during collision.
I’ve already read many resources on the internet and did’t find something simple for that, cause I am a begginer.
Could you please tell me some resources to read or tutorials that will help me to do that? Maybe there is some ready physics module in Unity for that.
There is a way to do that but its not an easy one, you need to create triangle on the collision points and move verts to make the shape. Maybe with voronoid and delaunay?Delaunay triangulation - Wikipedia
you have 2 versions of the same object, one been the unchanged and the other the object with deformation. Thats true even for explosions, and other fancy effects.
For example i have a barrell that explodes if you shoot on it, i change the barrell with a prefact of one barrell broken in several pieces. Then i add a explosion force in the center + a particle emitter .