I don’t understand why a convex collision shape has been chosen for our animated hazard.
A primitive is more performant.
Convex and concave collisionshapes are usually used to create a collision shape for more complicated meshes that aren’t easily represented with one or even just a few primitives.
So…why are we guided to choose a convex shape here for a simple box?
Thanks