Is collision between objects with concave collision shapes not supported?

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

I’ve been trying to work on a scene that has some low poly utensils on a table, all being RigidBody nodes. The issue is that since I need the collision shapes to be concave to be accurate (else I end up with this), everything just phases through each other. Is there something I’m missing? The docs didn’t mention anything about concave vs concave.

I actually created a simple test project file that tests each of the collisions against each other just to see if it was just concave vs concave. It’s here