Using latest Unity.
I have a default terrain with default terrain collider and a default first person controller.
A plane mesh is all I can walk on, if I even gently touch the terrain I am teleported into the sky to a random position… what is going on and how do I fix that?
1 Answer
1Problem solved, I deleted the terrain and replaced it with a new one with the exact same settings. How stupid.
Are there any scripts attached to your player? Maybe you have an OnCollision type function where you spawn yourself somewhere(transform.position=someRandomPositionInTheSky). If there is code, please post relevant code so we can help you figure out whats wrong.
– hijinxbassistThere's no added scripts. Here is the terrain setup. I just installed unity, havn't touched any scripts yet: http://screensnapr.com/v/sdx2vf.jpg The terrain clips the plane I have in the first image: http://screensnapr.com/v/JaimaO.jpg I wonder if this has something to do with it...
– anon84280891