![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | ceayo |
I have a .obj file in a staticbody, and I’d like to create a collisionShape with that .obj file.
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | ceayo |
I have a .obj file in a staticbody, and I’d like to create a collisionShape with that .obj file.
![]() |
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.