FPS Controller Look Up / Down Problems

Hi. I’m using the FPS controller Asset in a project and I can’t bring it ro look 100% up and 100% down. it just stops at a weird angle when moving th mouse up and down. A s I am creating a Miencraft like game, you need to mine blocks just below and just above you. Anybody know how I can do this?

If you’re using the first person character controller that comes with the Unity Editor, then you can change the variables in the Editor to allow you to move the camera like that.

To solve your issue, you want to find the character controller in the hierarchy, click on the expand/collapse arrow beside it, select “Main Camera”, and under the script “Mouse Look”, there will be two variables (Minimum Y and Maximum Y). Set them both to 0.

That should fix your problem.

I had the same problem as jackyattacky22. I had to delete that character and reimport it. I am running unity 5.6.2 if that helps any.