Can you import a collusion mesh?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Pidele
:warning: Old Version Published before Godot 3 was released.

For example I am havin a cube with a hole in it, and i want to be able to move the character through that hole…
But the collider that I can create with Godot ignores the hole.
So how can I get concave collision shapes?

I would be super happy about some help!

:bust_in_silhouette: Reply From: Zylann

You can make your shape out of 4 cubes if the hole is square, otherwise you could make the mesh in a 3D editing program such as Blender, export as .obj, place it in the scene and generate trimesh collision out of it.