Character Controlle longer than high

Hello.

I have a problem. I’d like to set a chacter controller on an object which is much longer and larger than its hight. But the collision box of the character controller is inevitably a vertical elipsoid, which can’t be rotated. The nearest I can get is a sphere, which is still much too tall for my object. Is there a solution?

Thanks a lot for your help.

The character controller has two size parameters, height and radius, can’t you increase the radius to cover all your object?

That’s the problem, if I increase the radius, the flattest possible is a sphere. But my object is much flatter than that, in the vertical axis. So yes I can cover all the object, but with far too much empty space, below and above it.