Rotate Character Controller

I have a Gameobject with a Character Controller and I have the Gameobject flipped 90 degrees along the z axis. But the Character Controller doesn’t rotate along with the Gameobject and I can’t find any values for the Character Controller to make it rotate. How do you get a Character Controller to rotate?

You can’t rotate the character controller. You can use character controllers for non humanoid characters with some clever methods, but it might just be easier to go with a rigidbody character. If you’re set on using character controllers, let me know and maybe we can come up with a decent solution.