Slice and shatter meshes in Unity. Includes Modern Slice, plus click, impact, and multi-cut break effects.Runtime mesh slicing and shattering are independent of the render pipeline.Supplied demo materials use URP Lit and require URP 17.3.0.For Built-in RP or HDRP projects, replace the demo materials with materials compatible with your pipeline.Mouse helpers support the optional Input System or the legacy Input Manager.Required Unity packages and versions are listed in the product description.Geometry Kernel is a mesh slicing and shattering toolkit for Unity 6.3 (6000.3).Slice a mesh with a plane or break an object into multiple pieces. Use it for breakable props, destruction effects, and interactive objects. Add the Shatterable component, then trigger cuts through the included helpers or scripting API.Includes swipe slicing, click shattering, impact shattering, and timer shattering. Configure cut-face materials, shard physics, piece limits, and cleanup. The geometry API also supports mesh-only cutting without destroying the source GameObject.Two demo scenes and documentation in English, Korean, Japanese, and Simplified Chinese are included. The geometry source is included; no separate Truss asset is required.Requirements and dependencies:Unity 6.3 (6000.3).Unity Registry packages: Burst 1.8.28 (com.unity.burst), Collections 2.6.2 (com.unity.collections), and Mathematics 1.3.3 (com.unity.mathematics).The supplied demo materials require URP 17.3.0 (com.unity.render-pipelines.universal) and a configured URP project.Input System is optional. Mouse helpers also support the legacy Input Manager. Enable your chosen backend in Player Settings > Active Input Handling.The Job System is included with Unity; no separate Jobs package is required.Multi-cut shatter API (Shatter / ShatterCommand)Click-to-shatter helperImpact shatter on collisionTimer shatter helperSwipe-to-slice helperCut face (cap) materialsPhysics pieces + collider fallbacksWork queue for smoother framesSeeded / repeatable resultsShard cleanup optionsSlice demo + Shatter demoOffline docs in 4 languagesUpgrade from Modern Slice (Lite)Quality Control, Refactoring, Testing




