Hi,
I am trying to do walkthrough using a first person camera. I have attached it to an empty object and set the axis to MouseY. When I run it, the camera automatically starts to move down and I cant stop it. I have also set the axis to MouseX and MouseXAndY but having exactly the same problem. Does anybody know whats happening?
tomcat
Silly question but do you have a floor? Is it setup for collisions (rigidbody)? Your character is influenced by gravity so it’s normal that it falls down.
If you create a cube and make it a rigidbody it will also fall but you can turn it off in the inspetor. Find the rigidbody tab and unclick the Use Gravity button.
Ok, this is bizzare. If I put a normal camera on the scene, I can see my cube, lighting etc.
But when I siwtch that to a FPS controller (which has a camera), I dont see anythign at all. Just the blue screen. Any ideas what is happening?
tomcat