Is there any technical reason we can't rotate colliders?

It’s very frustrating to have to make a new gameobject so you can rotate that instead of rotating directly from the collider, was just curious as to why this is.

Colliders don’t have a concept of rotation, they just use the rotation of the GameObject’s Transform component.

1 Like