Destructible mesh

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ogeeice

I have seen a lot of engines support destructible mesh I was wondering if godot had it and how do if so how do I achieve it

:bust_in_silhouette: Reply From: BraindeadBZH

There is no native support for destructible mesh in Godot. However I would look into CSGMesh which allows to modify meshes dynamically through operations, like union, difference and intersection.