Destructible Objects: A simple tutorial for Unity and Blender [By Request]

Heya Folks!

This is a short and simple tutorial demonstrating how to make objects that can be shattered by bullets or when collided with sufficient force.

Cool tutorial.
I use my way solution and simple :slight_smile:

I am it apply that technical one á enough time in my game by car with a simple code, cars in that are destroyed itself in part. In that case requer a car in that have part separated. Right away, create a car perfab of the original one for when after destroyed and instantiate in this same object the respective part with the regidbody and destroying those respective original pieces.