Massive Voxel Physics Engine (Unity DOTS)
Technical prototype pushing the limits of Unity DOTS. Handles 60,000+ active physical entities at 150 FPS. Features collision detection decoupled from the Main Thread using Burst Compiler & C# Job System, with manual memory chunking to eliminate GC spikes.