Unity scripts for cutting a mesh in two along a plane. Uses a half-edge data-structure (https://www.flipcode.com/archives/The_Half-Edge_Data_Structure.shtml). Not optimized for real use, rather a proof of concept. Cutting the sphere prefab takes approximately 3.5 ms.