Use .obj file as collisionshape

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

I have a .obj file in a staticbody, and I’d like to create a collisionShape with that .obj file.

:bust_in_silhouette: Reply From: Ertain

You should be able to generate a CollisionShape3D from a Mesh. If you haven’t done it already, put the *.obj file on a MeshInstance. With the MeshInstance selected in the scene tree of the editor, click on the “Mesh” button at the top of the editor viewport (it should be highlighted in green). From that drop down menu you should be able to generate a simple collision shape.