In my project I load various custom objects and initially I have to generate a trimesh_shape from this object. My Question is how can I save this save to a file so that I can load it again down the track?
$CollisionShape.shape = $CSGMesh.mesh.create_trimesh_shape()
$CollisionShape.shape.save()??
I can see from inspector in the editor that a shape and can be generated and then saved for a CollisonShape node...