Hello, i'm having a problem with collision. I downloaded Unity 3, and as you know, it comes with "Bootcamp Demo". I liked the soldier model used in the demo, so i would like to use it in my game(by the way, it's as a hobby, i'm not planning to earn money from the work at Unity Studios). So i deleted all the game objects in the demo, except for the soldier and the GameManager object and saved it in a new scene, so i could implement my own terrain, models, scripts,... But if i add a terrain now, the soldier doesn't collide with it, it just falls through the terrain. Other objects don't collide with the terrain either. I created a sphere with a rigidbody and a collider, and it's the same problem.
Thanks!
zoeparman HI CHANGE THE HEIGHT AND RADIUS OF YOUR PLAYER COLLIDER IT WILL START WORKING OR USE TWO COLLIDER FOR THE BETTER WALK PERFORMANCE ..
– hacked