- Home /
First Unity tryOut - First Person Controller makes all objects just Float away...
I've made a really simple first scene with Water and 3 Palm Trees.
I place in the First Person Controller into the Scene, hit Run, and my Water drops away and the Palm Trees float off upwards, never to be seen again!?
What have I done wrong?
Unity FREE v2.6.1f3 (31223)
Answer by Peter Alexander · Dec 22, 2009 at 12:51 PM
Sounds like you've not setup the physics right. My guess is that the trees are actually staying where they are, but the water and your character are dropping down (actually, did you attach the FPS controller to the water?).
The FPS controller script needs to be attached to an actual character, and make sure that the trees and water don't have rigidbodies attached (although they'll need MeshColliders).
Answer by Danne · Dec 23, 2009 at 03:31 PM
Hey!
I got the same problem... I use the first person controller but it just falls through the ground and the camera got some weird things going on with its rotation.....
Is there a nice beginner tutorial for the solution to this problem, I just want to make a walking around in an envirnoment demo??? Help much welcomed! ;)
Answer by James R · Dec 30, 2009 at 09:19 AM
DOH! I had no solid ground, so I sank through the water and down to Hell! Sop I put in a big flat think cube or a plane and that fixed it.
However, what would one do if you wanted to just be floating in space and hold your position ?!
Uncheck the 'Use Gravity" check box in the RigidBody component.
Your answer
Follow this Question
Related Questions
Problem with Colliders 1 Answer
First Person Prefab Stopping? 1 Answer
Enemies mess up force controlled Player 2 Answers
gravity doesnt seem to effect my first person controller....help! 1 Answer
How to make a ball that can roll? 2 Answers