I added a plane. Then added a character controller and First Person Controller to my Main Camera, but I can’t look side to side, only up and down. Am I doing something wrong?
@thehawk2323 So, do you only have a camera as your player? if so, you need a gameObject as the parent of the camera. the camera doesn’t need any components except the “Camera” component, of course. all the other components should be put on the parent gameObject. what I mean is, you have a parent gameObject with the Character Controller component and the First Person Controller script added to it. the camera shouldn’t have the First Person Controller script and Character Controller component on it.
if all that doesn’t work, just see if there are any errors and if there are any, and you can’t figure them out, just show them to me and I’ll see if I can.
Hope this helps!