The Shatter Toolkit enables you to easily shatter or split any game object dynamically in real-time, whether you want to smash walls or slice fruits. The toolkit creates the necessary geometry, fills the holes and instantiates the new game objects for you.碎裂工具箱使你能够轻松地实时动态碎裂或分割任何游戏对象,无论你想打碎墙壁还是切开水果。该工具包为你创建必要的几何形状,填充孔洞并实例化新的游戏对象
One line of code shatters or splits a game object and no scripting is required if you use the bundled helper-scripts.
Features
- Split game objects by specifying an array of planes
- Shatter game objects by specifying a point
- Fills the holes (cut area) in the mesh after a split has occurred
- Tweakable uv-mapping for the cut area
--- WorldUvMapper - repeats a texture a number of times per world-unit
--- TargetUvMapper - maps the cut area to a specific part of the texture
- No scripting required