I can't find the colliders anywhere

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

I’m trying out Godot for basically the first time, and it turns out that CollisionSapes3D need a shape attached to it. (You all already knew that, but like I said, I’m new.) I searched through the documentation and determined that I needed a capsule collider, but when I search through the nodes, none appear. Actually, I can’t find a collider of any kind.

The documentation wasn’t much help, since it doesn’t tell me where to find the collider, and Google searches aren’t giving me anything useful either, so I figured I would ask here: How do I get a collider? Is it just missing for some reason, or is it something separate from nodes?

Thanks in advance,
GummyBat

:bust_in_silhouette: Reply From: jgodfrey

Once you’ve added a CollisionShape3D node, you can define the shape itself via the inspector. So, select the CollisionShape3D node in the Scene Tree, then, in the Inspector panel, open the dropdown beside the Shape item and select the shape you want.

That worked, thank you!

GummyBat | 2023-03-04 17:53