Hi, I like to explode the player into chunks. The player is static mesh actor. I like to spawn a destructible mesh when the player dies and explode immediately?
I answered this exact question once already, so it’s on here somewhere if you rummage around enough.
The player ( usually ) is a skeletal mesh.
The way to do it is
-
In the skeletal mesh editor, there’s an option to export as static mesh
-
Do this and then use the chaos plugin to convert that mesh into a destructible mesh.
-
When the player receives fatal damage, you remove the skeletal mesh and replace it with the destructible mesh, which you can explode.
1 Like
Boom: found it
1 Like