- Home /
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?
If I'm not mistaken, the built-in character controller is restrained to an upright position. Are you using the default controller? If so, the collider is probably locked to the world's Y axis.
Confirmed - the character controller has a fixed orientation
Answer by superluigi · Aug 24, 2014 at 04:58 AM
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.