By using this script you can explode any mesh into its triangles.Add this script to any mesh and explode it into triangles. Reduce the exploded mesh resolution and increase the performance easily.You can play the WebGL demo here:https://play.unity.com/mg/other/explode-mesh-demo- You can use this script on any mesh, static or skinned (animated)- Very easy to use. Just add it to a 3D model and call the StartExplosion method.- You can decrease the exploded mesh resolution to match your desired performace.- It can be used on meshes with multiple material and submeshes- It uses the Unity physics engine and interacts with other colliders in the scene.- You can change the direction of explosion easily.- Works on all platforms (PC, Mobile, WebGL) and all rendering pipelines- Full source code and documentation included. You can extend it and add new features to it.